ExportMap/cs/Tools.cs
@@ -206,7 +206,7 @@ p.StartInfo.CreateNoWindow = true; //p.StartInfo.WindowStyle = ProcessWindowStyle.Hidden; p.StartInfo.RedirectStandardInput = true; p.StartInfo.RedirectStandardOutput = true; p.StartInfo.RedirectStandardOutput = isOut; p.StartInfo.RedirectStandardError = true; p.Start(); @@ -239,8 +239,8 @@ TaskDBHelper.Update(task); } if (null != so) so.Close(); se.Close(); //so.Close(); si.Close(); p.Close(); }