Files
gpw_testci/GPW_Commesse/unauthorized.aspx.cs
2021-03-26 17:17:28 +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)
{
}
}
}