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