예제 #1
0
 void ITableSortModel.SetSortType(string sortType)
 {
     this.SortType = SortType.Parse(sortType);
 }
예제 #2
0
 void ITableSortModel.SetSortType(SortType sortType)
 {
     this.SortType = SortType;
 }