mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-03-24 10:54:18 -05:00
17 lines
341 B
C#
17 lines
341 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.GTS.masters
|
|
{
|
|
public partial class LeftColumn : System.Web.UI.MasterPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |