NGToolsCSharp/NGTools/MobilePages/A_FlowCal/penzui.aspx.cs

17 lines
333 B
C#
Raw Normal View History

2024-09-13 08:44:13 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NGTools.MobilePages.A_FlowCal
{
public partial class penzui : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}