14 lines
503 B
C#
14 lines
503 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_Item(this.CurrUser.LoginProjectId);
|
|
// PipelineService.RestPipelineAndJoints(this.CurrUser.LoginProjectId);
|
|
}
|
|
}
|
|
} |