|
@@ -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;
|