tangxu
2024-10-16 56b9a880c8def4c0fc06f89919157fa238beeeb4
1
2
3
4
5
6
7
8
9
10
11
12
namespace DPumpHydr.WinFrmUI.RLT.Enum.Poison
{
    #region FormBorderStyleEnum
 
    public enum FormBorderStyle
    {
        None,
        FixedSingle
    }
 
    #endregion
}