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