C# Class ATMLCommonLibrary.forms.ATMLErrorListBox

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode Description
ATMLErrorListBox ( ) : System
Show ( ICollection messages ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

btnCancel_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitGrid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

dbGrid_Resize ( object sender, EventArgs e ) : void

Method Details

ATMLErrorListBox() public méthode

public ATMLErrorListBox ( ) : System
Résultat System

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

Show() public static méthode

public static Show ( ICollection messages ) : void
messages ICollection
Résultat void

btnCancel_Click() protected méthode

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnOk_Click() protected méthode

protected btnOk_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void