ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/RLSB/WelderRead.aspx.cs

23 lines
447 B
C#
Raw Permalink Normal View History

2024-05-08 17:17:11 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
using System.Text.RegularExpressions;
using Web;
namespace FineUIPro.Web.RLSB
{
public partial class WelderRead :PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
}
}
}