13 lines
238 B
C#
13 lines
238 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
public partial class mod_main_help : ApplicationUserControl
|
|
{
|
|
#region Protected Methods
|
|
|
|
protected override void Page_Load(object sender, EventArgs e)
|
|
{
|
|
}
|
|
|
|
#endregion Protected Methods
|
|
} |