From d67418d0cfd4ad37e56523a1628333b4388c2733 Mon Sep 17 00:00:00 2001
From: cloudflight <cloudflight@126.com>
Date: 星期六, 02 十二月 2023 18:50:00 +0800
Subject: [PATCH] 添加计算类

---
 Test/Program.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Test/Program.cs b/Test/Program.cs
index 949d967..286c73b 100644
--- a/Test/Program.cs
+++ b/Test/Program.cs
@@ -17,7 +17,7 @@
         const string revitInpPath = "d:\\t2.inp";
         static void Main(string[] args)
         {
-            Test1();
+            Test4();
         }
 
         static void Test1()
@@ -151,6 +151,7 @@
             Console.ReadLine();
         }
 
+
         static void TestRevit1()
         {
             var nw = new RevitNetWork();
@@ -248,4 +249,5 @@
             Console.WriteLine("鐢熸垚鎴愬姛");
         }
     }
+
 }

--
Gitblit v1.9.3