Example #1
0
        private void buttonCancel_Click(object sender, EventArgs e)
        {
            ConnectionDAL clsConnectionDAL = new ConnectionDAL();

            clsConnectionDAL.DesconectarBanco();
            Application.Exit();
        }