C# Class DataDirectorySynchronizer.Pages.ucWelcome

Inheritance: System.Windows.Forms.UserControl, IWizardPage
Afficher le fichier Open project: nberardi/hMailServer

Méthodes publiques

Méthode Description
OnLeavePage ( bool next ) : bool
OnShowPage ( string>.Dictionary _state ) : void
ucWelcome ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

OnLeavePage() public méthode

public OnLeavePage ( bool next ) : bool
next bool
Résultat bool

OnShowPage() public méthode

public OnShowPage ( string>.Dictionary _state ) : void
_state string>.Dictionary
Résultat void

ucWelcome() public méthode

public ucWelcome ( ) : System
Résultat System