コード例 #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);
        }
コード例 #2
0
ファイル: Entreprise.cs プロジェクト: Lucciniolo/CRAB-PTI
 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);
 }