Files
WebGIM/GIM_site/insertRichiesta.aspx.cs
T
2017-01-27 22:23:39 +01:00

14 lines
263 B
C#

using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
public partial class insertRichiesta : UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}