Exemplo n.º 1
0
 private void BTN_Livres_Click(object sender, EventArgs e)
 {
     Form_GestionLivres f = new Form_GestionLivres();
     f.ShowDialog();
 }
Exemplo n.º 2
0
        private void BTN_Livres_Click(object sender, EventArgs e)
        {
            Form_GestionLivres f = new Form_GestionLivres();

            f.ShowDialog();
        }