public void CloseSubModule() { openedSubModule.Parent = null; openedSubModule.Dispose(); openedSubModule = null; UpdateButtonPanel(); }
public void CloseSubModule() { openedSubModule.Parent = null; openedSubModule.Dispose(); openedSubModule = null; dataLayoutControl.Dock = DockStyle.Top; InitializeButtonPanel(); }