Ejemplo n.º 1
0
 public ThemTour()
 {
     InitializeComponent();
     tour   = new TourBLL();
     ddBLL  = new DiaDiemBLL();
     giaBLL = new GiaBLL();
     LoadLoaiTour();
     showAllDD();
     dgvGia.ReadOnly      = true;
     GridViewDD2.ReadOnly = true;
 }
Ejemplo n.º 2
0
 public DsTour()
 {
     InitializeComponent();
     tour = new TourBLL();
     gia  = new GiaBLL();
     dd   = new DiaDiemBLL();
     dgvDsTour.ReadOnly   = true;
     dgvDiaDiem.ReadOnly  = true;
     dgvDiaDiem1.ReadOnly = true;
     dgvGia.ReadOnly      = true;
 }