11 lines
151 B
C#
11 lines
151 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
public partial class unauthorized : UserPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|