16 lines
300 B
C#
16 lines
300 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
namespace MoonProTablet
|
|
{
|
|
public partial class regNewDevice : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
if (!Page.IsPostBack)
|
|
{
|
|
this.Title = devicesAuthProxy.getPage(Request.Url);
|
|
}
|
|
}
|
|
}
|
|
} |