Exemple #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.
     //
 }
Exemple #2
0
 public Login()
 {
     InitializeComponent();
     clbill = new ClsBiLL();
 }
 public QuanLyUser()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }
Exemple #4
0
 public TraCuu()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }