Files
NKC/NKC_WF/site/RemanExtLink.aspx.cs
Samuele Locatelli 071287f0d0 refresh
2022-02-03 10:36:13 +01:00

21 lines
455 B
C#

using SteamWare;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.site
{
public partial class RemanExtLink : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
hfRedirectUrl.Value = memLayer.ML.CRS("UrlReman");
}
}
}