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

            f.Hide();
            f.ShowDialog();
        }