private void button2_Click(object sender, EventArgs e) { this.Hide(); food frm = new food(); frm.Show(); }
private void pictureBox4_Click(object sender, EventArgs e) { this.Hide(); food frm = new food(); frm.Show(); }
private void pictureBox4_Click(object sender, EventArgs e) { if (MessageBox.Show("You are about to enter the Front Office Dashboard", "Warning", MessageBoxButtons.OKCancel) == DialogResult.OK) { this.Hide(); food frm = new food(); frm.Show(); } }