itm325-projects/Assignment5/Assignment5/Default.aspx.cs

17 lines
319 B
C#

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