Exemplo n.º 1
0
 public CT_Set()
 {
     this.sortTypeField = ST_SortType.none;
     this.queryFailedField = false;
 }
Exemplo n.º 2
0
 public CT_Set()
 {
     this.sortByTupleField = new CT_Tuples();
     this.tplsField = new List<CT_Tuples>();
     this.sortTypeField = ST_SortType.none;
     this.queryFailedField = false;
 }