tangxu
2024-10-16 56b9a880c8def4c0fc06f89919157fa238beeeb4
1
2
3
4
5
6
7
8
9
10
11
12
namespace DPumpHydr.WinFrmUI.RLT.Enum.Parrot
{
    #region FormAnimation
 
    public enum FormAnimation
    {
        FadeIn,
        FadeOut
    }
 
    #endregion
}