SimuTools/Domain/Water.cs
@@ -1,4 +1,5 @@ using System; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -8,10 +9,14 @@ { public class Water { [JsonIgnore] public List<string> files { set; get; } public List<long> data { set; get; } public Water() { files = new List<string>(); data = new List<long>(); }