C# Class SUp.Update

An Update
Mostra file Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
DownloadUpdate ( ) : void

Invokes the UpdateDownload Event

FromFile ( string file ) : Update

Gets the Update Data from File

OnUpdateDownload ( UpdateDownloadEventArgs e ) : void
Update ( ) : System

Default Constructor

Method Details

DownloadUpdate() public method

Invokes the UpdateDownload Event
public DownloadUpdate ( ) : void
return void

FromFile() public static method

Gets the Update Data from File
public static FromFile ( string file ) : Update
file string The Update File
return Update

OnUpdateDownload() public method

public OnUpdateDownload ( UpdateDownloadEventArgs e ) : void
e UpdateDownloadEventArgs
return void

Update() public method

Default Constructor
public Update ( ) : System
return System