Пример #1
0
 public BaseEE(V2.Context context, int id) : base(context, id)
 {
 }
Пример #2
0
 public BaseEE(V2.Context context, DataRow row) : base(context, row)
 {
 }
Пример #3
0
 public Base(V2.Context context, int id)
 {
     this.context = context;
     this.id      = id;
 }
Пример #4
0
 public DocTypeOld(V2.Context context, int id) : base(context, id)
 {
     //
     // TODO: Add constructor logic here
     //
 }
Пример #5
0
 public Base(V2.Context context, DataRow row)
 {
     this.context = context;
     this.row     = row;
 }