Exemple #1
0
 private void scrollLeft()
 {
     Debug.Assert(canScrollLeft());
     _contentPresenter.LineLeft();
     updateCommands();
 }