Files
XPS/XPS/update.aspx.cs
T
2017-02-13 11:31:59 +01:00

15 lines
275 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 update : UserPage //System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}