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

17 lines
317 B
C#
Raw Normal View History

2024-05-08 11:01:54 +08:00
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)
{
}
}
}