| | |
| | | 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 Simulation = "simulation-project-site-core"; |
| | | public const string Simulation = "simulation-project-site-simulation"; |
| | | |
| | | /// <summary> |
| | | /// 水力工况 |
| | | /// </summary> |
| | | public const string Working = "simulatio- project-site-working"; |
| | | |
| | | /// <summary> |
| | | /// 水力方案 |
| | | /// </summary> |
| | | public const string Scheme = "simulation-project-site-scheme"; |
| | | |
| | | |
| | | } |