SimuTools/FrmMain.cs
@@ -113,7 +113,7 @@ try { flag = true; LogOut.Info(">> 开始运行 >>"); LogOut.Info("开始运行 >>"); outPath = Path.Combine(outPath, serviceName); if (!Directory.Exists(outPath)) @@ -124,7 +124,7 @@ Tools.Handle.Run(terrainFile, waterPath, flowPath, outPath); flag = false; LogOut.Info("<< 运行结束 <<"); LogOut.Info("运行结束 <<"); MessageBox.Show("运行结束!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information); } catch (Exception ex)