CNSA-216-Personal/masterpage/thank.aspx.cs
2024-03-18 10:09:13 -04:00

13 lines
195 B
C#

using System;
using System.Web.UI;
namespace masterpage
{
public partial class thank : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}