Ejemplo n.º 1
0
        public Test()
        {
            DateTime ngayBatDau = new DateTime(2018, 1, 2);

            DateTime ngayKetThuc = new DateTime(2018, 6, 2);
            int      buoiHoc     = 15;

            BO.ConfigSystem config = new BO.ConfigSystem()
            {
                NgayBatDau  = ngayBatDau,
                NgayKetThuc = ngayKetThuc,
                SoBuoi      = buoiHoc
            };
            ConfigSystem doConfigSystem = new ConfigSystem();

            doConfigSystem.LuuConfigSystem(config);

            LuuDuLieu.DocExcel(@"D:\Project\T_Manager\T_Manager\bin\Debug\gvv.xlsx");
            InitializeComponent();
        }