public override void Refresh()
 {
     if (_formGoto != null)
     {
         _formGoto.Dispose();
         _formGoto = null;
     }
     _formGoto = new HexGotoForm();
     base.Refresh();
     Position_Changed(this, EventArgs.Empty);
 }
 public override void Refresh()
 {
     if (_formGoto != null)
     {
         _formGoto.Dispose();
         _formGoto = null;
     }
     _formGoto = new HexGotoForm();
     base.Refresh();
     Position_Changed(this, EventArgs.Empty);
 }