Example #1
0
 public MultiFileExternalComponent(string id, string rootPath, string[] subPaths, DownloadInfo downloadInfo)
 {
     Id            = id;
     RootPath      = rootPath;
     DownloadInfo  = downloadInfo;
     this.subPaths = subPaths;
 }
Example #2
0
 public ExternalComponent(string id, string path, DownloadInfo downloadInfo)
 {
     Id           = id;
     Path         = path;
     DownloadInfo = downloadInfo;
 }