Ejemplo n.º 1
0
        protected void GZip_OnFatalException(Exception ex)
        {
            if (ex != null)
            {
                Console.WriteLine(ex.ToString());
            }

            Console.WriteLine("\r\nProcess Interrupted!");
            InWork = false;
            TWriter.Join();
            ProcessEnded();
        }