Esempio n. 1
0
 public MainForm()
 {
     //
     // The InitializeComponent() call is required for Windows Forms designer support.
     //
     InitializeComponent();
     clsbill = new ClsBiLL();
     //
     // TODO: Add constructor code after the InitializeComponent() call.
     //
 }
Esempio n. 2
0
 public Login()
 {
     InitializeComponent();
     clbill = new ClsBiLL();
 }
Esempio n. 3
0
 public QuanLyUser()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }
Esempio n. 4
0
 public TraCuu()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }