Exemplo n.º 1
0
 void IScrollInfo.PageUp()
 {
     if (hexView != null)
     {
         hexView.PageUp();
     }
 }