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