Method | Description | |
---|---|---|
InputBox ( string prompt, string title, string defaultValue ) : string |
Replacement for VB InputBox, returns user input string.
|
|
frmMain ( ) : System |
Method | Description | |
---|---|---|
OnClosing ( CancelEventArgs e ) : void | ||
OnLoad ( |
Method | Description | |
---|---|---|
CheckForUpdates ( IUpdateSource source ) : void | ||
OnPrepareUpdatesCompleted ( IAsyncResult asyncResult ) : void | ||
btnCheckForUpdatesCustom_Click ( object sender, |
||
btnCheckForUpdates_Click ( object sender, |
||
btnInstallUpdates_Click ( object sender, |
||
btnPrepareUpdates_Click ( object sender, |
||
btnQuit_Click ( object sender, |
||
btnRollback_Click ( object sender, |
public static InputBox ( string prompt, string title, string defaultValue ) : string | ||
prompt | string | |
title | string | |
defaultValue | string | |
return | string |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |