Beispiel #1
0
 public AddSubject(Home h)
 {
     this.h = h;
     InitializeComponent();
 }
Beispiel #2
0
 public AddEmployee(Home h)
 {
     this.h = h;
     InitializeComponent();
 }
 public EditEmployee(string eid, Home h)
 {
     this.eid = eid;
     this.h   = h;
     InitializeComponent();
 }
 public EditUser(string Uid, Home h)
 {
     InitializeComponent();
     this.Uid = Uid;
     this.h   = h;
 }