| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// 水力模拟功能辅助类 |
| | |
| | | /// <summary> |
| | | /// 项目信息 |
| | | /// </summary> |
| | | public const string Info = "simulation-project-info"; |
| | | public const string Info = "simulation-project-site-info"; |
| | | |
| | | /// <summary> |
| | | /// 水力模拟 |
| | | /// </summary> |
| | | public const string Simulation = "simulation-core"; |
| | | public const string Simulation = "simulation-project-site-simulation"; |
| | | |
| | | /// <summary> |
| | | /// 工况 |
| | | /// </summary> |
| | | public const string Working = "simulation-working"; |
| | | |
| | | |
| | | |
| | | } |