CNSA-216-FP/FWA_MAIN/testpage.aspx.cs
2024-03-20 13:04:27 -04:00

13 lines
196 B
C#

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