Example #1
0
 private void SetupTool()
 {
     _tool           = ToolHelper.AddTool <JunctionTool>();
     _tool.Disabled += OnToolDisabled;
 }