Registration-Form / RegistrationForm / Controls / Header.ascx.cs
Header.ascx.cs
Raw
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace CS440_Final_Exam_Gonzalez.RegistrationForm.Controls
{
    public partial class Header : System.Web.UI.UserControl
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }
    }
}