Beispiel #1
0
 private void btnInfo_Click(object sender, EventArgs e)
 {
     MainWindow m = new MainWindow();
     m.ShowDialog();
 }