Пример #1
0
 private void buttonNyForestallning_Click(object sender, EventArgs e)
 {
     this.Hide();
     string st = "skapaForestallning";
     AdminForm af = new AdminForm(aktorlistaId, st);
     af.ShowDialog();
     this.Close();
 }
Пример #2
0
 private void buttonUppdateraAkt_Click(object sender, EventArgs e)
 {
     this.Hide();
     string st = "uppdateraAkt";
     AdminForm af = new AdminForm(aktorlistaId, st);
     af.ShowDialog();
     this.Close();
 }