Example #1
0
 public bool Init(ITableLoader <K, V> loader, string sourcePath, string fileName, string targetPath = "")
 {
     return(loader.Run(sourcePath, fileName, targetPath, ref _rows));
 }