示例#1
0
        private void frmThemSanBayTrungGian_Load(object sender, EventArgs e)
        {
            sbBUS = new SBBUS();
            cbBUS = new CBBUS();
            ctBUS = new CTBUS();

            this.loadSanBayVao_Combobox(cbbMaSanBay);
            this.loadChuyenBayVao_Combobox(cbbMaChuyenBay);
            this.loadData_Vao_dtgvDsSanBayTrungGian();
        }
示例#2
0
 private void frmQuanLySanBayTrungGian_Load(object sender, EventArgs e)
 {
     ctBUS = new CTBUS();
     this.loadData_Vao_dtgvDsSanBayTrungGian();
 }