Beispiel #1
0
 public f_e1selecteur(f_e1 inc)
 {
     InitializeComponent();
     this.f = inc;
 }
Beispiel #2
0
 private void btn_reservation_Click(object sender, EventArgs e)
 {
     fE1 = new f_e1();
     fE1.Show();
 }