Example #1
0
        private void simpleButton6_Click(object sender, EventArgs e)
        {
            VilleAjoute v = new VilleAjoute();

            v.Show();
        }
Example #2
0
        private void simpleButton3_Click(object sender, EventArgs e)
        {
            VilleAjoute frm = new VilleAjoute();

            frm.ShowDialog();
        }