Exemplo n.º 1
0
 public static void Load()
 {
     DisplayPanel.Create();
     GoToPanel.Create();
     Tool.NetworkDetectiveTool.Create();
     ToolsModifierControl.SetTool <DefaultTool>(); // disable tool.
 }
Exemplo n.º 2
0
 public static void Release()
 {
     Tool.NetworkDetectiveTool.Remove();
     GoToPanel.Release();
     DisplayPanel.Release();
 }