tangxu
2024-08-07 2399f124c8af347dea80c071c98a26129a643d1d
1
2
3
4
5
6
7
8
9
10
11
12
namespace IStation.WinFrmUI
{
    /// <summary>
    /// 时钟特效枚举
    /// </summary>
    public enum eClockEffectOptions
    {
        Clockwise = 0,
        Counterclockwise = 1,
        Wedge = 2,
    }
}