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