Beispiel #1
0
 public static DashboardSettings fromJSONString(string s)
 {
     return(TypeSerializer <DashboardSettings> .FromJsonString(s));
 }