namespace DPumpHydr.WinFrmUI.RLT.Enum.Crown { #region ControlStateEnum public enum ControlState { Normal, Hover, Pressed } #endregion }