Пример #1
0
        private void btn_lastScript_Click(object sender, EventArgs e)
        {
            LastScripts lastScript = new LastScripts();

            lastScript.ScriptCronology(lastScripts);

            lastScript.ShowDialog();

            /* Vecchia Versione
             * ecompile.FileName = ecompilerPath;
             * ecompile.Arguments = "\"" + lastScript + "\"" + " -Ecfgpath " + ecompilerPath.Replace(".exe", ".cfg");
             * ecompile.UseShellExecute = false;
             * ecompile.CreateNoWindow = true;
             * ecompile.ErrorDialog = false;
             * ecompile.RedirectStandardInput = false;
             * ecompile.RedirectStandardOutput = true;
             *
             * compileScripts();
             */
        }
Пример #2
0
        private void btn_lastScript_Click(object sender, EventArgs e)
        {
            LastScripts lastScript = new LastScripts();
            lastScript.ScriptCronology(lastScripts);

            lastScript.ShowDialog();

            /* Vecchia Versione
            ecompile.FileName = ecompilerPath;
            ecompile.Arguments = "\"" + lastScript + "\"" + " -Ecfgpath " + ecompilerPath.Replace(".exe", ".cfg");
            ecompile.UseShellExecute = false;
            ecompile.CreateNoWindow = true;
            ecompile.ErrorDialog = false;
            ecompile.RedirectStandardInput = false;
            ecompile.RedirectStandardOutput = true;

            compileScripts();
            */
        }