itm325-projects/Assignment5/Assignment5/Default.aspx.cs
2023-10-19 13:58:38 -06:00

17 lines
303 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)
{
}
}
}