using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.WinFormUI { /// /// 时钟特效枚举 /// public enum eClockEffectOptions { Clockwise = 0, Counterclockwise = 1, Wedge = 2, } }