示例#1
0
 static void RegisterTool()
 {
     ShortcutHelper.RegisterDefaultShortcuts <TestGraphViewWindow>(toolName);
 }
 static void RegisterTool()
 {
     ShortcutHelper.RegisterDefaultShortcuts <ContextGraphViewWindow>(ContextSampleStencil.GraphName);
 }
 static void RegisterTool()
 {
     ShortcutHelper.RegisterDefaultShortcuts <RecipeGraphWindow>(RecipeStencil.toolName);
 }
示例#4
0
 static void RegisterTool()
 {
     ShortcutHelper.RegisterDefaultShortcuts <VerticalGraphWindow>(VerticalStencil.toolName);
 }
 static void RegisterTool()
 {
     ShortcutHelper.RegisterDefaultShortcuts <SimpleGraphViewWindow>(MathBookStencil.GraphName);
 }