C# Class BTool.ListSelectForm

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

Méthodes publiques

Méthode Description
GetUserSelection ( ) : string
ListSelectForm ( ) : System
LoadFormData ( List dataItems ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOk_Click ( object sender, EventArgs e ) : void
sysFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetUserSelection() public méthode

public GetUserSelection ( ) : string
Résultat string

ListSelectForm() public méthode

public ListSelectForm ( ) : System
Résultat System

LoadFormData() public méthode

public LoadFormData ( List dataItems ) : bool
dataItems List
Résultat bool