Exemple #1
0
        public object Load(string file)
        {
            var persistent = PersistentHelper.Load(file, base.GetType()) as BundlePersistent;

            if (persistent != null)
            {
                InstalledBundleLocation   = persistent.InstalledBundleLocation;
                UnInstalledBundleLocation = persistent.UnInstalledBundleLocation;
            }
            return(persistent);
        }