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