温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net2.0电子商务网源码
当前文件路径:AspNetDianZiShangWu/Components/Enumerations/ExtensionType.cs

1using System; 2
using System.Collections.Generic; 3
using System.Text; 4
5
namespace Jiaen.Components 6
{ 7
public enum ExtensionType 8
{ 9
Security, 10
Unknown 11
} 12
13
} 14





}
}