C# Class DBCViewer.FilterForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: tomrus88/dbcviewer Class Usage Examples

Méthodes publiques

Méthode Description
FilterForm ( ) : System
ResetFilters ( ) : void
SetSelection ( string column, string value ) : void

Private Methods

Méthode Description
FilterForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
FilterForm_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
listBox2_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

FilterForm() public méthode

public FilterForm ( ) : System
Résultat System

ResetFilters() public méthode

public ResetFilters ( ) : void
Résultat void

SetSelection() public méthode

public SetSelection ( string column, string value ) : void
column string
value string
Résultat void