Ejemplo n.º 1
0
        private void btn_tech_Click_1(object sender, EventArgs e)
        {
            Form_Tech Gestion_Tech = new Form_Tech(CRAB);

            Gestion_Tech.ShowDialog();
            CRAB.lierVisites(lbx_visites, CRAB.LesVisites);
        }
Ejemplo n.º 2
0
 private void btn_tech_Click_1(object sender, EventArgs e)
 {
     Form_Tech Gestion_Tech = new Form_Tech(CRAB);
     Gestion_Tech.ShowDialog();
     CRAB.lierVisites(lbx_visites, CRAB.LesVisites);
 }