Beispiel #1
0
 private void newMpiEditorForm_Click(object sender, EventArgs e)
 {
     var child = new MpiEditorForm
     {
         MdiParent = this
     };
     child.Show();
 }
Beispiel #2
0
        private void newMpiEditorForm_Click(object sender, EventArgs e)
        {
            var child = new MpiEditorForm
            {
                MdiParent = this
            };

            child.Show();
        }