Exemplo n.º 1
0
 public ToolStripMenuItemBuilder(ShortcutManager shortcutManager) : base(shortcutManager)
 {
 }
Exemplo n.º 2
0
 public ToolStripButtonBuilder(ShortcutManager shortcutManager) : base(shortcutManager)
 {
 }
Exemplo n.º 3
0
 public ToolStripItemBuilder(ShortcutManager shortcutManager)
 {
     ShortcutManager = shortcutManager;
     ShortcutManager.ShortcutUpdated += OnShortcutUpdated;
 }