This commit is contained in:
2020-02-18 22:19:33 +00:00
parent 587aed164f
commit 8e5287144b
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ namespace AyaNova.DataList
cm.fld = "username";
dlistView.Add(cm);
DefaultListView = dlistView.ToString();
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);