AppUpdater.Chef.UpdaterChef.UpdaterChef C# (CSharp) Method

UpdaterChef() public method

public UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO
localStructureManager ILocalStructureManager
updateServer IUpdateServer
return System.IO
        public UpdaterChef(ILocalStructureManager localStructureManager, IUpdateServer updateServer)
        {
            this.localStructureManager = localStructureManager;
            this.updateServer = updateServer;
        }