Exemple #1
0
 public List<Control> getWorkingControls()
 {
     Control[] workingControls = new Control[]{
         this.btnRestarDataBase,
         this.btnChargeLogFile,
         this.btnAnalizeLogFile,
         this.btnClearDataBase,
         this.btnEnglish,
         this.btnSpanish,
         this.menuStrip1
     };
     return workingControls.ToList<Control>();
 }
Exemple #2
0
 public List<Control> getWorkingControls()
 {
     Control[] workingControls = new Control[]{
         this.btnHome,
         this.btnBack,
         this.btnEXCEL,
         this.btnPDF,
         this.btnMAIL,
         this.checkExcel,
         this.checkPdf,
         this.textBoxEmail,
         this.btnSendMail
     };
     return workingControls.ToList<Control>();
 }