C# Class NLogViewer.UI.NewReceiverDialog

Afficher le fichier Open project: jkowalski/NLogViewer Class Usage Examples

Méthodes publiques

Méthode Description
NewReceiverDialog ( ) : System

Méthodes protégées

Méthode Description
ActivatePage ( int pageNumber ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

ShouldSkipPage ( int page ) : bool

Private Methods

Méthode Description
DisplaySummary ( SummaryPropertyPage summaryPage ) : void
InitializeComponent ( ) : void

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

NewReceiverDialog_Load ( object sender, EventArgs e ) : void
page0_ReceiverChanged ( object sender, EventArgs e ) : void
page2_ParserChanged ( object sender, EventArgs e ) : void

Method Details

ActivatePage() protected méthode

protected ActivatePage ( int pageNumber ) : void
pageNumber int
Résultat void

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

NewReceiverDialog() public méthode

public NewReceiverDialog ( ) : System
Résultat System

ShouldSkipPage() protected méthode

protected ShouldSkipPage ( int page ) : bool
page int
Résultat bool