You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
341 B
C#

namespace CompressorXN_Model.Enums
{
/// <summary>
/// 所有窗体的枚举,小于临界窗体为固定窗体(即不关闭窗体)
/// </summary>
public enum FormNameEnum
{
,
,
,
,
,
}
}