AppUpdater.Chef.UpdaterChef.UpdaterChef C# (CSharp) 메소드

UpdaterChef() 공개 메소드

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