namespace DPumpHydr.WinFrmUI.RLT.Enum.Crown { #region DockAreaEnum public enum DockArea { None, Document, Left, Right, Bottom } #endregion }