public UpdateClient(string packageListKey, string packageListDirectory) { #if DEBUG AttachConsole(ATTACH_PARENT_PROCESS); #endif this.packageListEncryption = new Security.Encryption(packageListKey); this.packageListDirectory = packageListDirectory; installedPackages = new List <InstalledPackageInfo>(); }
public UpdateClient(string packageListKey, string packageListDirectory) { #if DEBUG AttachConsole(ATTACH_PARENT_PROCESS); #endif this.packageListEncryption = new Security.Encryption(packageListKey); this.packageListDirectory = packageListDirectory; installedPackages = new List<InstalledPackageInfo>(); }