namespace IStation.WinFrmUI { /// /// 时钟特效枚举 /// public enum eClockEffectOptions { Clockwise = 0, Counterclockwise = 1, Wedge = 2, } }