SGGL_SHJ/SGGL/FineUIPro.Web/common/mainMenu_HJGL_AVEVA.aspx.cs

13 lines
494 B
C#
Raw Normal View History

2022-09-05 16:36:31 +08:00
using System;
namespace FineUIPro.Web
{
public partial class mainMenu_HJGL_AVEVA : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
ctlAuditFlow.Url = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId);
2023-02-14 19:59:12 +08:00
ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl_Item(this.CurrUser.LoginProjectId);
// PipelineService.RestPipelineAndJoints(this.CurrUser.LoginProjectId);
2022-09-05 16:36:31 +08:00
}
}
}