Exemple #1
0
 private void scrollRight()
 {
     Debug.Assert(canScrollRight());
     _contentPresenter.LineRight();
     updateCommands();
 }