mirror of
https://github.com/ShrlAlgo/AddinManager.git
synced 2026-03-07 16:38:56 +00:00
添加项目文件。
This commit is contained in:
13
AddInManager/AddinType.cs
Normal file
13
AddInManager/AddinType.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace AddInManager
|
||||
{
|
||||
[Flags]
|
||||
public enum AddinType
|
||||
{
|
||||
Invalid = 0,
|
||||
Command = 1,
|
||||
Application = 2,
|
||||
Mixed = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user