C# Class KeePass.Util.CheckForUpdate

Show file Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
StartAsync ( string strVersionUrl, ToolStripStatusLabel tsResultsViewer ) : void

Private Methods

Method Description
OnDownloadCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
OnStartCheck ( ) : void
ReportStatusEx ( string strText, bool bIsWarning ) : void
ReportStatusEx ( string strLongText, string strShortText, bool bIsWarning ) : void
SetTsStatus ( string strText ) : void
SetTsStatusDirect ( string strText ) : void
StructureFail ( ) : void

Method Details

StartAsync() public static method

public static StartAsync ( string strVersionUrl, ToolStripStatusLabel tsResultsViewer ) : void
strVersionUrl string
tsResultsViewer System.Windows.Forms.ToolStripStatusLabel
return void