tangxu
2024-12-24 91105b77c916d06dd30380e20594e29f85eae3da
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace DPumpHydr.WinFrmUI.RLT.Enum.Poison
{
    #region SortModifiersTypeEnum
 
    public enum SortModifiersType
    {
        SortByImage,
        SortByCheckbox,
        SortByText
    }
 
    #endregion
}