CNSA-216-Personal/CNSA-216-Personal-v2/test.aspx.cs

13 lines
204 B
C#
Raw Normal View History

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