Beispiel #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            CONEXION con = CONEXION.getInstance;

            MessageBox.Show("Conexion " + (con.VerifyConnection()?"establecida": "fallida"));
            lblConexion.Text = "Conectado a : " + Properties.Settings.Default.host;
        }