protected void GZip_OnFatalException(Exception ex) { if (ex != null) { Console.WriteLine(ex.ToString()); } Console.WriteLine("\r\nProcess Interrupted!"); InWork = false; TWriter.Join(); ProcessEnded(); }