private void lblLunchSwitch_Click(object sender, EventArgs e) { FrmLunchMenu lunch = new FrmLunchMenu(user, level, item, subtotal, itemName, price, quantity, table); lunch.Show(); this.Hide(); }
private void lblLunch_Click(object sender, EventArgs e) { FrmLunchMenu lunch = new FrmLunchMenu(); lunch.Show(); this.Hide(); }