C# Class Attech.FlightMonitor.UI.Controls.FileSelectorControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: ren85/free-sql-server-profiler

Public Methods

Method Description
Clear ( ) : void
FileSelectorControl ( ) : System
ValidatePath ( ) : bool

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.

pathTextBox_TextChanged ( object sender, EventArgs e ) : void
selectButton_Click ( object sender, EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

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

FileSelectorControl() public method

public FileSelectorControl ( ) : System
return System

ValidatePath() public method

public ValidatePath ( ) : bool
return bool