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

22 lines
359 B
C#
Raw Permalink 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 Cxh_Cal : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}