Ejemplo n.º 1
0
        // # ================================================================================================ #
        private void Load_Load(object sender, EventArgs e)
        {
            try
            {
                Debug._Debug                 = Valores._ScriptsLibDebug;
                Debug._ErrorsOnly            = Valores._ScriptsLibErrorsOnly;
                AccessDatabase._DatabasePath = Valores._CaminhoBD;

                _Form.SetIntroForm(this, 0.0165, true, true, new Login(), 650);
            }
            catch (Exception _Exception)
            {
                _Scripts7.Exception(_Exception);
            }
        }