C# Class MetroThing.Core.Manager.InstallationManager

Exibir arquivo Open project: kreischweide/metrothing

Public Methods

Method Description
Updated ( string version, string changelog ) : void

Protected Methods

Method Description
OnVersionUpdated ( string>.Tuple e ) : void

Method Details

OnVersionUpdated() protected method

protected OnVersionUpdated ( string>.Tuple e ) : void
e string>.Tuple
return void

Updated() public method

public Updated ( string version, string changelog ) : void
version string
changelog string
return void