C# Class MySql.Data.VisualStudio.MySqlDataConnectionPromptDialog

Mostrar archivo Open project: Top-Cat/SteamBot

Public Methods

Method Description
MySqlDataConnectionPromptDialog ( ) : System

Simple constructor to calls InitializeComponent

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Extract connection options in this handler.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OkClick ( object sender, EventArgs e ) : void

Creates new connection string depending on user inpur.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MySqlDataConnectionPromptDialog() public method

Simple constructor to calls InitializeComponent
public MySqlDataConnectionPromptDialog ( ) : System
return System

OnLoad() protected method

Extract connection options in this handler.
protected OnLoad ( EventArgs e ) : void
e EventArgs Not used
return void