AppUpdater.UpdateManager.UpdateManager C# (CSharp) Method

UpdateManager() public method

public UpdateManager ( IUpdateServer updateServer, ILocalStructureManager localStructureManager, IUpdaterChef updaterChef ) : System
updateServer IUpdateServer
localStructureManager ILocalStructureManager
updaterChef IUpdaterChef
return System
        public UpdateManager(IUpdateServer updateServer, ILocalStructureManager localStructureManager, IUpdaterChef updaterChef)
        {
            this.updateServer = updateServer;
            this.localStructureManager = localStructureManager;
            this.updaterChef = updaterChef;
        }