Exemplo n.º 1
0
 public ExternalComponent(string id, string path, PlatformSupport platformSupport = null)
 {
     Id = id;
     this.platformSupport = platformSupport;
     Path = System.IO.Path.Combine(BasePath, path);
 }
Exemplo n.º 2
0
 public DownloadMirror(PlatformSupport platformSupport, string urlFormat)
 {
     this.platformSupport = platformSupport;
     this.urlFormat       = urlFormat;
 }