C# Class NLogViewer.UI.IntroDialog

Inheritance: System.Windows.Forms.UserControl
Show file Open project: jkowalski/NLogViewer Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
IntroDialog ( ) : System
ReloadRecentFiles ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

IntroDialog() public method

public IntroDialog ( ) : System
return System

ReloadRecentFiles() public method

public ReloadRecentFiles ( ) : void
return void

Property Details

buttonBrowse public property

public System.Windows.Forms.Button buttonBrowse
return System.Windows.Forms.Button

buttonNewLiveReceiver public property

public System.Windows.Forms.Button buttonNewLiveReceiver
return System.Windows.Forms.Button

buttonOpen public property

public System.Windows.Forms.Button buttonOpen
return System.Windows.Forms.Button

buttonOpenLogFile public property

public System.Windows.Forms.Button buttonOpenLogFile
return System.Windows.Forms.Button

listViewRecentFiles public property

public System.Windows.Forms.ListView listViewRecentFiles
return System.Windows.Forms.ListView