Méthode | Description | |
---|---|---|
LoadProperties ( ) : void |
Initializes GUI elements with properties values.
|
|
MySqlDataConnectionUI ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
AttemptToCreateDatabase ( ) : bool | ||
DatabaseExists ( ) : bool | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SavePasswordChanged ( object sender, EventArgs e ) : void | ||
SetProperty ( object sender, EventArgs e ) : void |
Handles TextChanged event from all textboxes.
|
|
TrimControlText ( object sender, EventArgs e ) : void |
Handles Leave event and trims text.
|
|
dbList_DropDown ( object sender, EventArgs e ) : void | ||
okButton_Click ( object sender, EventArgs e ) : void |
We hook the ok button of our parent form so we can implement our 'create database' functionality
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |