예제 #1
0
 private void updateCurrentTool(AppTool tool)
 {
     currentTool = tool;
     if (CurrentGraphPanel != null)
     {
         CurrentGraphPanel.CurrentTool = tool;
     }
 }
예제 #2
0
 private void updateCurrentTool(AppTool tool)
 {
     currentTool = tool;
     if (CurrentGraphPanel != null)
     {
         CurrentGraphPanel.CurrentTool = tool;
     }
 }