Exemple #1
0
        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>();
        }
Exemple #2
0
        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>();
        }