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