C# Class DBCViewer.DefinitionCatalog

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

Méthodes publiques

Méthode Description
DefinitionCatalog ( ) : System.Collections.Generic
SelectCatalog ( string path ) : DBFilesClient

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.

listBox1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

DefinitionCatalog() public méthode

public DefinitionCatalog ( ) : System.Collections.Generic
Résultat System.Collections.Generic

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

SelectCatalog() public static méthode

public static SelectCatalog ( string path ) : DBFilesClient
path string
Résultat DBFilesClient