コード例 #1
0
ファイル: MainForm.cs プロジェクト: Group-1-CDVD/QuanLyCanBo
 public MainForm()
 {
     //
     // The InitializeComponent() call is required for Windows Forms designer support.
     //
     InitializeComponent();
     clsbill = new ClsBiLL();
     //
     // TODO: Add constructor code after the InitializeComponent() call.
     //
 }
コード例 #2
0
 public Login()
 {
     InitializeComponent();
     clbill = new ClsBiLL();
 }
コード例 #3
0
ファイル: QuanLyUser.cs プロジェクト: Nhom-1-CDVD/QuanLyCanBo
 public QuanLyUser()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }
コード例 #4
0
 public TraCuu()
 {
     InitializeComponent();
     clsbill = new ClsBiLL();
 }