示例#1
0
 public MyCompanyListener(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }
示例#2
0
文件: abCMD.cs 项目: hesed7/hitpan
 public abCMD(string work, SQLDataServiceModel dataModel)
 {
     this.work = work;
     this.loger = new Loger(dataModel);
 }
示例#3
0
文件: abSelect.cs 项目: hesed7/hitpan
 public abSelect(string work, SQLDataServiceModel dataModel)
 {
     this.work = work;
     this.dataModel = dataModel;
     this.loger = new Loger(this.dataModel);
 }
示例#4
0
文件: Loger.cs 项目: hesed7/hitpan
 public Loger(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }
示例#5
0
 public CommonSettingListener(SQLDataServiceModel dataModel)
 {
     // TODO: Complete member initialization
     this.dataModel = dataModel;
 }