yangyin
2024-08-14 5b3c122613f3b1574a0a8a8546f0a57dadb167d3
1
2
3
4
5
6
7
8
9
10
11
namespace HStation.WinFrmUI
{
    public partial class XhsProjectSimulationMgrPage : Yw.WinFrmUI.DocumentPage
    {
        public XhsProjectSimulationMgrPage()
        {
            InitializeComponent();
            this.PageTitle.Caption = "项目模拟";
        }
    }
}