Esempio n. 1
0
 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();
 }
Esempio n. 2
0
 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();
 }
Esempio n. 3
0
 private void pictureBox4_Click(object sender, EventArgs e)
 {
     Contact.BringToFront();
     AboutLine.Hide();
     ContactLine.Show();
 }