瀏覽代碼

Merge branch 'master' of http://dev.dp.sagacloud.cn:8886/r/Revit/SAGA.MBI

xulisong 6 年之前
父節點
當前提交
1ffe42dcac
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      MBI/SAGA.MBI/JsonConvert/PEPCodeConvert.cs

+ 2 - 1
MBI/SAGA.MBI/JsonConvert/PEPCodeConvert.cs

@@ -19,6 +19,7 @@ using SAGA.MBI.RequestData;
 using SAGA.MBI.Tools;
 using SAGA.RevitUtils;
 using System.Reflection;
+using SAGA.DotNetUtils.Others;
 
 namespace SAGA.MBI.JsonConvert
 {
@@ -74,7 +75,7 @@ namespace SAGA.MBI.JsonConvert
             }
             catch (Exception e)
             {
-                MessageShow.Show(e);
+                MessageShowBase.Show(e);
             }
 
             return tb;