Files
WebGIM/GIM_site/unauthorized.aspx.cs
Samuele E. Locatelli d35cea0b5a refresh globale...
2017-04-14 16:34:13 +02:00

11 lines
151 B
C#

using SteamWare;
using System;
public partial class unauthorized : UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}