itm325-projects/Assignment4/Assignment4/Site.Master.cs
2023-10-05 17:31:04 -06:00

17 lines
327 B
C#

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