public static List <TreeNode> getWboNodes() { return(WboExplore.getWboNodes()); }
public static void saveWboSchema(string json) { WboExplore.saveWboSchema(json); }
public static WboSchema getWboSchema(string id) { return(WboExplore.getWboSchema(id)); }
public static void saveWboSchema(string josn) { WboSchema wboSchema = (WboSchema)JsonConvert.DeserializeObject(josn, typeof(WboSchema)); WboExplore.saveWboSchema(wboSchema); }