Esempio n. 1
0
 public static BatchLoader LoadBatch(ICollection <string> pathes, BKAction <ICollection <string> > onComplete = null, bool cache = false)
 {
     return(impl.LoadBatch(pathes, onComplete, cache));
 }