Exemplo n.º 1
0
 /// <summary>
 /// GUI機能の使用を終了します。
 /// </summary>
 public static void CloseTool()
 {
     core.CloseTool();
     Tool = null;
 }