Files
XPS/XPST/unauthorized.aspx.cs
Samuele Locatelli f5ae99144a update XPST
2017-01-31 14:33:04 +01:00

17 lines
314 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace XPST
{
public partial class unauthorized : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}