Пример #1
0
        private bool CargaConfiguracionMysql()
        {
            Application.DoEvents();
            bool cargaExitosaMysql = confMysql.LoadConfiguration();

            Application.DoEvents();
            lblAccion.Text = "Cargando configuracion del Portal...";
            Application.DoEvents();

            if (cargaExitosaMysql == false)
            {
                MessageBox.Show(confMysql.errorMessage);
                return(false);
            }

            lblAccion.Text = "Configuración cargada con exito...";
            return(true);
        }