Beispiel #1
0
 private void InfBack_Click(object sender, EventArgs e)
 {
     mad = new MainForm();
     mad.Show();
     this.Close();
 }