servicetype.cs
来自「C#邮件代码库,用于邮件发送」· CS 代码 · 共 19 行
CS
19 行
namespace ASPNET.StarterKit.Communities.Services {
//*********************************************************************
//
// ServiceType Enumeration
//
// Lists the possible types of services that can be used
// with a community.
//
//*********************************************************************
public enum ServiceType {
CommunityWebService = 0,
RSS = 1
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?