Beispiel #1
0
 private void config_Click(object sender, EventArgs e)
 {
     frmConfig c = new frmConfig();
     c.Show();
     this.Hide();
 }
Beispiel #2
0
 private void lblconfig_Click(object sender, EventArgs e)
 {
     frmConfig fconfig = new frmConfig();
     fconfig.Show();
     this.Hide();
 }