Ejemplo n.º 1
0
        private void btnDatabaseConnection_Click(object sender, EventArgs e)
        {
            SQL_Connection connectionForm = new SQL_Connection();

            connectionForm.ShowConnectionWindow(mySQLConnection);
        }
Ejemplo n.º 2
0
 private void btnDatabaseConnection_Click(object sender, EventArgs e)
 {
     SQL_Connection connectionForm = new SQL_Connection();
     connectionForm.ShowConnectionWindow(mySQLConnection);
 }