Beispiel #1
0
 private void toolStripButton1_Click_2(object sender, EventArgs e)
 {
     MDIParent parent = new MDIParent();
     parent.Show();
 }