MHPDLCSite/ServiceSite/psp/MHPSP/DL_BONUS.aspx.cs

17 lines
327 B
C#
Raw Normal View History

2019-09-15 11:26:47 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
2019-09-15 16:20:16 +08:00
namespace ServiceSite.psp.MHPSP
2019-09-15 11:26:47 +08:00
{
2019-09-15 16:20:16 +08:00
public partial class DL_BONUS : System.Web.UI.Page
2019-09-15 11:26:47 +08:00
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}