Example #1
0
 public IndexForm()
 {
     InitializeComponent();
     this.Business             = new TravelManagement();
     this.Load                += IndexForm_Load;
     this.btnTongCong.Click   += btnTongCong_Click;
     this.btnXemGiaTien.Click += btnXemGiaTien_Click;
     this.btnHuyVe.Click      += btnHuyVe_Click;
     this.btnThanhToan.Click  += btnThanhToan_Click;
 }
Example #2
0
 public MoneyForm()
 {
     this.Business = new TravelManagement();
     InitializeComponent();
 }