CNSA-216-Personal/masterpage/thank.aspx.cs

13 lines
195 B
C#
Raw Normal View History

2024-03-18 07:09:13 -07:00
using System;
using System.Web.UI;
namespace masterpage
{
public partial class thank : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}