Files
C.TRACK/MP-MAG/WebUserControls/cmp_printLottoOUT.ascx.cs
T
Samuele E. Locatelli c2a8736842 Update x gestione button
2020-03-16 12:51:56 +01:00

17 lines
326 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MP_MAG.WebUserControls
{
public partial class cmp_printLottoOUT : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}