Beispiel #1
0
 private void infoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form6 info = new Form6();
     info.Show();
 }