优化功能 beta
This commit is contained in:
14
Constant/AppHideType.cs
Normal file
14
Constant/AppHideType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 面板隐藏方式
|
||||
/// </summary>
|
||||
namespace GeekDesk.Constant
|
||||
{
|
||||
public enum AppHideType
|
||||
{
|
||||
LOST_FOCUS = 1, // 失去焦点后
|
||||
START_EXE = 2, //启动程序后
|
||||
HANDLE = 3 //手动关闭
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user