コード例 #1
0
ファイル: BLL_TacVu.cs プロジェクト: monpham2310/GymBasicB1
 public BLL_TacVu(string path)
 {
     data = new cls_Database(path);
 }
コード例 #2
0
 public BLL_DanhMuc(string path)
 {
     data = new cls_Database(path);
 }
コード例 #3
0
ファイル: BLL_HeThong.cs プロジェクト: monpham2310/GymBasicB1
 public BLL_HeThong(string path, ref string servername, ref string databasename, ref string userid, ref string pass)
 {
     data = new cls_Database(path, ref servername, ref databasename, ref userid, ref pass);
 }
コード例 #4
0
ファイル: BLL_ThongKe.cs プロジェクト: monpham2310/GymBasicB1
 public BLL_ThongKe(string path)
 {
     data = new cls_Database(path);
 }
コード例 #5
0
ファイル: BLL_HeThong.cs プロジェクト: monpham2310/GymBasicB1
 public BLL_HeThong(string path)
 {
     data = new cls_Database(path);
 }