Ejemplo n.º 1
0
 public MergeableMenuStrip()
 {
     try
     {
         _fixer           = new ToolStripVisualInheritanceFixer();
         _fixer.ToolStrip = this;
     }
     catch (Exception ex) {
         MessageBox.Show(ex.Message);
     }
 }
Ejemplo n.º 2
0
 public MergeableToolStrip()
 {
     _fixer           = new ToolStripVisualInheritanceFixer();
     _fixer.ToolStrip = this;
 }