Ejemplo n.º 1
0
 void IScrollInfo.LineUp()
 {
     if (hexView != null)
     {
         hexView.LineUp();
     }
     if (addrBar != null)
     {
         addrBar.Offset = addrBar.Offset - 1;
     }
 }