Пример #1
0
 void ITableSortModel.SetSortType(string sortType)
 {
     this.SortType = SortType.Parse(sortType);
 }
Пример #2
0
 void ITableSortModel.SetSortType(SortType sortType)
 {
     this.SortType = SortType;
 }