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