This commit is contained in:
夏菊 2025-10-15 17:21:02 +08:00
parent 902b3ac541
commit c88fee7df2
2 changed files with 10 additions and 0 deletions

View File

@ -409,6 +409,16 @@ namespace FineUIPro.Web.HSSE.EduTrain
#region
/// <summary>
/// 导出按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnMenuOut_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window3.GetShowReference(String.Format("TestTrainingOut.aspx", "导出 - ")));
}
/// <summary>
/// 导出按钮
/// </summary>