Ejemplo n.º 1
0
 public void OnConfigurationChanged(object sender, EventArgs e)
 {
     // Refresh HexEditor (using operand display base)
     HexEditorControl.Refresh();
 }
Ejemplo n.º 2
0
 void HandleItem(EmbeddedResource eres)
 {
     this.eres = eres;
     Attributes.Bind(eres);
     HexEditorControl.Bind(eres);
 }
Ejemplo n.º 3
0
 public HexEditorTool()
     : base()
 {
     _hexEditorControl      = new HexEditorControl();
     _hexEditorControl.Dock = DockStyle.Fill;
 }