void ReleaseDesignerOutlets() { if (ContntVw != null) { ContntVw.Dispose(); ContntVw = null; } if (IBCancelBtn != null) { IBCancelBtn.Dispose(); IBCancelBtn = null; } if (IBContntTable != null) { IBContntTable.Dispose(); IBContntTable = null; } if (IBSaveBtn != null) { IBSaveBtn.Dispose(); IBSaveBtn = null; } if (IBTtitleLbl != null) { IBTtitleLbl.Dispose(); IBTtitleLbl = null; } }