C# Class NLogViewer.UI.IntroDialog

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jkowalski/NLogViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
buttonBrowse System.Windows.Forms.Button
buttonNewLiveReceiver System.Windows.Forms.Button
buttonOpen System.Windows.Forms.Button
buttonOpenLogFile System.Windows.Forms.Button
listViewRecentFiles System.Windows.Forms.ListView

Méthodes publiques

Méthode Description
IntroDialog ( ) : System
ReloadRecentFiles ( ) : void

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.

IntroDialog_Load ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void

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

IntroDialog() public méthode

public IntroDialog ( ) : System
Résultat System

ReloadRecentFiles() public méthode

public ReloadRecentFiles ( ) : void
Résultat void

Property Details

buttonBrowse public_oe property

public System.Windows.Forms.Button buttonBrowse
Résultat System.Windows.Forms.Button

buttonNewLiveReceiver public_oe property

public System.Windows.Forms.Button buttonNewLiveReceiver
Résultat System.Windows.Forms.Button

buttonOpen public_oe property

public System.Windows.Forms.Button buttonOpen
Résultat System.Windows.Forms.Button

buttonOpenLogFile public_oe property

public System.Windows.Forms.Button buttonOpenLogFile
Résultat System.Windows.Forms.Button

listViewRecentFiles public_oe property

public System.Windows.Forms.ListView listViewRecentFiles
Résultat System.Windows.Forms.ListView