Exemple #1
0
        private void bVente_Click(object sender, EventArgs e)
        {
            GestionVentes f = new GestionVentes();

            f.Hide();
            f.ShowDialog();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            GestionVentes gv = new GestionVentes();

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