コード例 #1
0
ファイル: sml-workbook.cs プロジェクト: ronakshah725/xlio
 public CT_Set()
 {
     this.sortTypeField = ST_SortType.none;
     this.queryFailedField = false;
 }
コード例 #2
0
 public CT_Set()
 {
     this.sortByTupleField = new CT_Tuples();
     this.tplsField = new List<CT_Tuples>();
     this.sortTypeField = ST_SortType.none;
     this.queryFailedField = false;
 }