namespace IBox.WinFrmUI { /// /// 删除方式 /// public enum eDeleteOps { /// /// 当前 /// Current = 0, /// /// 之前 /// Before = 1 } }