private void Annuler_CreationVendeur(object sender, EventArgs e)
        {
            FormAcceuil Accueil = new FormAcceuil();

            Accueil.Show(this);
            this.Hide();
        }
Exemplo n.º 2
0
        private void button1_MouseClick(object sender, MouseEventArgs e)
        {
            FormAcceuil fa = new FormAcceuil();

            fa.Show(this);
            this.Hide();
        }
Exemplo n.º 3
0
        private void Fermer_RechercheCommercial(object sender, EventArgs e)
        {
            FormAcceuil Accueil = new FormAcceuil();

            Accueil.Show(this);
            this.Hide();
        }