예제 #1
0
 private void BTN_Livres_Click(object sender, EventArgs e)
 {
     Form_GestionLivres f = new Form_GestionLivres();
     f.ShowDialog();
 }
예제 #2
0
        private void BTN_Livres_Click(object sender, EventArgs e)
        {
            Form_GestionLivres f = new Form_GestionLivres();

            f.ShowDialog();
        }