xulisong 6 년 전
부모
커밋
db6fdac49f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MBI/SAGA.MBI/RevitExport/MbiElementManager.cs

+ 1 - 1
MBI/SAGA.MBI/RevitExport/MbiElementManager.cs

@@ -43,7 +43,7 @@ namespace SAGA.MBI.RevitExport
             InitDb();
             MbiElementManager manager = new MbiElementManager();
             MBIDb = manager.ExportMbiEelemntDB(doc);
-            #region 事形式
+            #region 事形式
             //using (Transaction tran = new Transaction(doc, "导出"))
             //{
             //    try