C# Class FlatRedBall.Glue.Plugins.PluginUpdater

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
AfterDownload ( AsyncCompletedEventArgs e ) : void
StartDownload ( string fullUrl, System.Action callback ) : void

Private Methods

Method Description
HandleComplete ( object sender, AsyncCompletedEventArgs e ) : void

Method Details

AfterDownload() public method

public AfterDownload ( AsyncCompletedEventArgs e ) : void
e System.ComponentModel.AsyncCompletedEventArgs
return void

StartDownload() public method

public StartDownload ( string fullUrl, System.Action callback ) : void
fullUrl string
callback System.Action
return void