SGGL_SGY/SUBQHSE/FineUIPro.Web/ThreeYearAction/SubcontractLeasing/SafeMeeting.aspx.cs

17 lines
357 B
C#
Raw Normal View History

2025-02-19 15:58:42 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
2025-05-08 14:26:36 +08:00
namespace FineUIPro.Web.ThreeYearAction.SubcontractLeasing
2025-02-19 15:58:42 +08:00
{
2025-05-08 14:26:36 +08:00
public partial class SafeMeeting : System.Web.UI.Page
2025-02-19 15:58:42 +08:00
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}