예제 #1
0
 void IScrollInfo.PageRight()
 {
     if (hexView != null)
     {
         hexView.PageRight();
     }
 }