Files
GPW/GPW_Commesse/unauthorized.aspx.cs
2016-12-15 12:26:26 +01:00

16 lines
315 B
C#

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