| 12345678910111213141516171819 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.UI;
- using System.Web.UI.WebControls;
- namespace WebForm.Platform.WorkFlowRun
- {
- public partial class Print : Common.BasePage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
- }
-
- }
- }
|