Basf_EProject/EProject/FineUIPro.Web/Report/MonthPrint.aspx.cs

17 lines
317 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.Report
{
public partial class MonthPrint :PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}