NGToolsCSharp/NGTools/Pages/B_YSYZ/Z_Table_Cal.aspx.cs

31 lines
429 B
C#
Raw Permalink Normal View History

2024-09-13 08:44:13 +00:00
using NG_Tools;
using NGTools.Tools;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NGTools.Pages.B_YSYZ
{
public partial class Z_Table_Cal : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}