private void ShowPartsEditor() { if (LayoutPartsEditor != null) { return; } LayoutPartsEditor = new LayoutPartsEditor(); LayoutPartsEditor.Text = "Parts Editor"; LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft); }
private void ShowPartsEditor() { LayoutPartsEditor = new LayoutPartsEditor(); LayoutPartsEditor.Text = "Parts Editor"; LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft); }