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