public void EnumJsonTypes(Action <string, Type> typeFunc) { MiscTool.RegisterAllJsonTypes(typeof(DbShellXmlElementsProvider).Assembly, "DbShell.Xml", typeFunc); }
public void EnumJsonTypes(Action <string, Type> typeFunc) { MiscTool.RegisterAllJsonTypes(typeof(DbShellCsvElementsProvider).Assembly, "DbShell.Csv", typeFunc); //typeFunc("csvFile", typeof(CsvFile)); }