Example #1
0
        static void Main(string[] args)
        {
            ACORE aCore = new ACORE(true);

            while (aCore.is_console_active)
            {
            }
        }
Example #2
0
        /// #NAME#: #DESCRIPTION#
        public void f_c07b0b72_8ada_4945_91c4_0c49a542736f()
        {
            //INI CODE PRCGUID: c07b0b72-8ada-4945-91c4-0c49a542736f

            ACORE NewApp = new ACORE(App_globals.App_path.FullName);

            if (NewApp.MainForm != null)
            {
                NewApp.MainForm.Show();
                Outputs("Aplicación activa", NewApp);
            }
            else
            {
                Outputs("Aplicación activa", null);
                MessageBox.Show("Error al cargar la aplicación chequea los programas que se ejecuten al cargar el formulario principal.");
            }
            // Outputs vars



            //END CODE PRCGUID: c07b0b72-8ada-4945-91c4-0c49a542736f
        }