Explorar el Código

mxg:EntityList改成大写

mengxiangge hace 5 años
padre
commit
baa456a306
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MBI/SAGA.MBI/RevitExport/ExportDb.cs

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

@@ -72,7 +72,7 @@ namespace SAGA.MBI.RevitExport
             var serializer = JsonSerializer.Create(jsetting);
             JObject jobject = new JObject();
             foreach (var collection in m_DataSource)
-            {
+            { 
                 jobject.Add(collection.Key, JArray.FromObject(collection.Value, serializer));
             }
             JObject jelements=new JObject();