Пример #1
0
 public void RegisterShortcutsKey(Keys key, PixelToolBase tool)
 {
     ToolShortcutsDict[key] = tool;
 }
Пример #2
0
 public void RegisterShortcutsKey(Keys key, PixelToolBase tool)
 {
     ToolShortcutsDict[key] = tool;
 }
Пример #3
0
 public void RegisterPixelTool(string key, PixelToolBase tool)
 {
     PixelToolDict[key] = tool;
     ShortcutsMapping.RegisterShortcutsKey(tool.KeyCode, tool);
 }
Пример #4
0
 public void RegisterPixelTool(string key, PixelToolBase tool)
 {
     PixelToolDict[key] = tool;
     ShortcutsMapping.RegisterShortcutsKey(tool.KeyCode, tool);
 }