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

15 lines
540 B
C#

using System;
using BLL;
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);
ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId) + "item/IPE%7CVPD%7CArea-15A";
PipelineService.RestPipelineAndJoints(this.CurrUser.LoginProjectId);
}
}
}