Пример #1
0
 void SortStoreItemsBy_SortUpdate(ISortItem CurrentSort, int direction)
 {
     currentSort = CurrentSort;
     currentSortDirection = direction;
     OrganizeStore();
 }
Пример #2
0
 void SortStoreItemsBy_SortUpdate(ISortItem CurrentSort, int direction)
 {
     currentSort          = CurrentSort;
     currentSortDirection = direction;
     OrganizeStore();
 }