Exemplo n.º 1
0
        private void ShowPartsEditor()
        {
            if (LayoutPartsEditor != null)
            {
                return;
            }

            LayoutPartsEditor      = new LayoutPartsEditor();
            LayoutPartsEditor.Text = "Parts Editor";
            LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft);
        }
Exemplo n.º 2
0
 private void ShowPartsEditor()
 {
     LayoutPartsEditor      = new LayoutPartsEditor();
     LayoutPartsEditor.Text = "Parts Editor";
     LayoutPartsEditor.Show(dockPanel1, DockState.DockLeft);
 }