优化程序 增加功能
This commit is contained in:
18
Constant/IconStartType.cs
Normal file
18
Constant/IconStartType.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
/// <summary>
|
||||
/// 图标应用启动方式
|
||||
/// </summary>
|
||||
namespace GeekDesk.Constant
|
||||
{
|
||||
enum IconStartType
|
||||
{
|
||||
DEFAULT_STARTUP = 1, //默认启动方式
|
||||
ADMIN_STARTUP = 2, //管理员方式启动
|
||||
SHOW_IN_EXPLORE = 3 //打开文件所在位置
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user