public SpecializedTable(DtaTable table)
 {
     this.table = table;
 }
Example #2
0
 public DtaView(DtaTable table)
 {
     this.table = table;
 }