Files
MoonPro.net/MP-ADM/WebUserControls/mod_unauthorized.ascx.cs
T
2018-10-27 11:58:26 +02:00

14 lines
367 B
C#

using SteamWare;
using System;
namespace MoonPro_site.WebUserControls
{
public partial class mod_unauthorized : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
lblTitle.Text = user_std.UtSn.Traduci("NonDisponibile");
lblMess.Text = user_std.UtSn.Traduci("NonAuth");
}
}
}