public static void saveWboSchema(string json) { WboExplore.saveWboSchema(json); }
public static void saveWboSchema(string josn) { WboSchema wboSchema = (WboSchema)JsonConvert.DeserializeObject(josn, typeof(WboSchema)); WboExplore.saveWboSchema(wboSchema); }