📄 applicationtype.cs
字号:
//------------------------------------------------------------------------------
// <copyright company="Telligent Systems">
// Copyright (c) Telligent Systems Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
using System;
namespace CommunityServer.Components
{
/// <summary>
/// Communinty Server Applications
/// </summary>
public enum ApplicationType
{
Forum = 0,
Weblog = 1,
Gallery = 2,
GuestBook = 3,
Calendar = 4,
ContentManagment = 5,
FileGallery = 6,
MyKB = 52,
Installer = 9997,
Admin = 9998,
Unknown = 9999
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -