private void pictureBox1_Click(object sender, EventArgs e) { WelcomePage.BringToFront(); About.SendToBack(); Contact.SendToBack(); Header.BringToFront(); UserLine.Hide(); UnitesLine.Hide(); VentesLine.Hide(); StatLine.Hide(); DisLine.Hide(); AchatsLine.Hide(); ProduitLine.Hide(); AboutLine.Hide(); ContactLine.Hide(); }
private void logout_Click_1(object sender, EventArgs e) { Login.Show(); About.SendToBack(); Contact.SendToBack(); Header.Show(); UserLine.Hide(); UnitesLine.Hide(); VentesLine.Hide(); StatLine.Hide(); DisLine.Hide(); AchatsLine.Hide(); ProduitLine.Hide(); AboutLine.Hide(); ContactLine.Hide(); }
private void pictureBox4_Click(object sender, EventArgs e) { Contact.BringToFront(); AboutLine.Hide(); ContactLine.Show(); }