Esempio n. 1
0
        private void button17_Click(object sender, EventArgs e)
        {
            ExcelBus excelBiz = new ExcelBus();
            DateTime CorpTriWeeklygenerateDate = dateTimePicker1.Value;

            excelBiz.PrepareFilesForCorpTricareMonday(CorpTriWeeklygenerateDate);

            ReportBusiness rptBiz = new ReportBusiness();

            rptBiz.GenerateCorpTriMonday(CorpTriWeeklygenerateDate);
        }
Esempio n. 2
0
        private void button17_Click(object sender, EventArgs e)
        {
            ExcelBus excelBiz = new ExcelBus();
            DateTime CorpTriWeeklygenerateDate = dateTimePicker1.Value;
            excelBiz.PrepareFilesForCorpTricareMonday(CorpTriWeeklygenerateDate);

            ReportBusiness rptBiz = new ReportBusiness();
            rptBiz.GenerateCorpTriMonday(CorpTriWeeklygenerateDate);
        }