Example #1
0
 public LiteItem Prev()
 {
     CurrentSelection.RollOff();
     CurrentSelectionIndex--;
     CurrentSelection.RollOver();
     return(CurrentSelection);
 }
Example #2
0
 public LiteItem Next()
 {
     CurrentSelection.RollOff();
     CurrentSelectionIndex++;
     CurrentSelection.RollOver();
     return(CurrentSelection);
 }