C# Class WmAutoUpdate.Notification

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: seboslaw/wmautoupdate Class Usage Examples

Public Properties

Property Type Description
trans TransferManager.TransferProgress

Public Methods

Method Description
Notification ( String name, String message, String version, Assembly callingAssem, Updater updater ) : System
UpdateProgressBar ( int status ) : void
updater_UpdateDoneEvent ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
buttonRestart_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Notification() public method

public Notification ( String name, String message, String version, Assembly callingAssem, Updater updater ) : System
name String
message String
version String
callingAssem System.Reflection.Assembly
updater Updater
return System

UpdateProgressBar() public method

public UpdateProgressBar ( int status ) : void
status int
return void

updater_UpdateDoneEvent() public method

public updater_UpdateDoneEvent ( ) : void
return void

Property Details

trans public_oe property

public TransferManager.TransferProgress trans
return TransferManager.TransferProgress