pkmn-classic-framework/web/main/Instructions.aspx.cs
2016-04-22 20:57:28 -04:00

17 lines
330 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace PkmnFoundations.Main
{
public partial class Instructions : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}