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

17 lines
302 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 Contact : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}