This commit is contained in:
parent
902b3ac541
commit
c88fee7df2
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue