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