C# Class WinFormsSampleApp.frmMain

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: synhershko/NAppUpdate

Méthodes publiques

Méthode Description
InputBox ( string prompt, string title, string defaultValue ) : string

Replacement for VB InputBox, returns user input string.

frmMain ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
CheckForUpdates ( IUpdateSource source ) : void
OnPrepareUpdatesCompleted ( IAsyncResult asyncResult ) : void
btnCheckForUpdatesCustom_Click ( object sender, EventArgs e ) : void
btnCheckForUpdates_Click ( object sender, EventArgs e ) : void
btnInstallUpdates_Click ( object sender, EventArgs e ) : void
btnPrepareUpdates_Click ( object sender, EventArgs e ) : void
btnQuit_Click ( object sender, EventArgs e ) : void
btnRollback_Click ( object sender, EventArgs e ) : void

Method Details

InputBox() public static méthode

Replacement for VB InputBox, returns user input string.
public static InputBox ( string prompt, string title, string defaultValue ) : string
prompt string
title string
defaultValue string
Résultat string

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System