public frmClientInterface(Client client, frmLogIn frmLogIn) : this()
 {
     this.client        = client;
     this.frmLogIn      = frmLogIn;
     reservations       = new List <Reservation>();
     clientReservations = new List <Reservation>();
     chosenResID        = -1;
 }
Exemplo n.º 2
0
 public frmAdminPanel(frmLogIn frm) : this()
 {
     frmLogIn = frm;
     tabPane.TabPages[4].Paint += PaintPie;
 }