NGToolsCSharp/NGTools/Pages/C_CSJS/bzjx_cal.aspx.cs

23 lines
361 B
C#
Raw Normal View History

2024-09-13 08:44:13 +00:00
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 bzjx_cal : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}