Beispiel #1
0
 void IScrollInfo.PageLeft()
 {
     if (hexView != null)
     {
         hexView.PageLeft();
     }
 }