C# Class TopLevelReport.main

Afficher le fichier Open project: virall/EpicorIntegration

Private Properties

Свойство Type Description
InitializeComponent void
SearchDS bool
main_Load void
report_btn_Click void
search_btn_Click void

Méthodes publiques

Méthode Description
dataGridView1_DataSourceChanged ( object sender, EventArgs e ) : void
main ( ) : System
main_KeyDown ( object sender, KeyEventArgs e ) : 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.

SearchDS ( string Pnum ) : bool
main_Load ( object sender, EventArgs e ) : void
report_btn_Click ( object sender, EventArgs e ) : void
search_btn_Click ( 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

dataGridView1_DataSourceChanged() public méthode

public dataGridView1_DataSourceChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

main() public méthode

public main ( ) : System
Résultat System

main_KeyDown() public méthode

public main_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void