namespace DPumpHydr.WinFrmUI.RLT.Enum.Crown { #region DockInsertTypeEnum public enum DockInsertType { None, Before, After } #endregion }