C# Class Rsdn.Janus.Jet.JetConfigControl

Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
BuildConnectionString ( ) : void
CustomInitialize ( bool localize ) : void
JetConfigControl ( ) : System
OnConnectSucceeded ( ) : 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.

SelectDatabasePathButton_Click ( object sender, EventArgs e ) : void

Method Details

BuildConnectionString() public méthode

public BuildConnectionString ( ) : void
Résultat void

CustomInitialize() public méthode

public CustomInitialize ( bool localize ) : void
localize bool
Résultat void

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

JetConfigControl() public méthode

public JetConfigControl ( ) : System
Résultat System

OnConnectSucceeded() public méthode

public OnConnectSucceeded ( ) : void
Résultat void