NGToolsCSharp/NGTools/Pages/C_CSJS/SOS_cal.aspx.cs
2024-09-13 16:44:30 +08:00

23 lines
364 B
C#

using NG_Tools;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NGTools.Pages.C_CSJS
{
public partial class SOS_cal : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}