TP_SEI_Project/root/ReportManager/SeiReportEvoluzioneISPB/MPSeiReportEvoluzione.master.cs
2025-04-15 12:10:19 +02:00

15 lines
287 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class MPSeiReportEvoluzione : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}