pkmn-classic-framework/web/controls/DnsAddress.ascx.cs
2015-11-07 19:56:17 -05:00

17 lines
343 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.Web.controls
{
public partial class DnsAddress : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}