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