Files
Samuele Locatelli a661cae21a TAB:
- nuova master da base x scanner QR
- fix lettura js
- rimesso jqueryUI
- fix pagina dettaglio x disegni gestiti o meno
2023-09-22 09:43:43 +02:00

17 lines
338 B
C#

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