Beispiel #1
0
        public void tabPageToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CTabPage tabPage = ControlFactory.BuildCTabPage(model.currentClickedControl);

            tabPage.MouseDown += Control_Click;

            editor = new ControlEditor();
            editor.Show(tabPage);
        }