管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-07-18 0a70f99e51b0ea0c83288213e3b1f7904d78ede0
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)