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

17 lines
309 B
C#

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