Example #1
0
 public static void TestDgnPrimaryTool(string arg)
 {
     NewToolFactory.TestDgnPrimitiveTool();
 }
Example #2
0
 // 测试 dgnTool
 public static void TestDgnTool(string unparsed)
 {
     NewToolFactory.TestDgnPrimitiveTool();
 }