Files
MoonPro.net/MP-Admin/WebUserControls/mod_unauthorized.ascx.cs
T
2017-04-14 13:53:20 +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");
}
}
}