C# Class AppUpdater.Chef.UpdaterChef

Inheritance: IUpdaterChef
Show file Open project: diogomafra/AppUpdater Class Usage Examples

Public Methods

Method Description
Cook ( UpdateRecipe recipe ) : void
UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO

Method Details

Cook() public method

public Cook ( UpdateRecipe recipe ) : void
recipe AppUpdater.Recipe.UpdateRecipe
return void

UpdaterChef() public method

public UpdaterChef ( ILocalStructureManager localStructureManager, IUpdateServer updateServer ) : System.IO
localStructureManager ILocalStructureManager
updateServer IUpdateServer
return System.IO