Пример #1
0
        private void ShowPartsEditor()
        {
            if (LayoutPartsEditor != null)
            {
                return;
            }

            LayoutPartsEditor      = new LayoutPartsEditor();
            LayoutPartsEditor.Text = "Parts Editor";
            LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft);
        }
Пример #2
0
 private void ShowPartsEditor()
 {
     LayoutPartsEditor      = new LayoutPartsEditor();
     LayoutPartsEditor.Text = "Parts Editor";
     LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft);
 }