inizio cmp gestione lettura scanner

This commit is contained in:
Samuele E. Locatelli
2020-12-29 17:01:55 +01:00
parent b690b86aec
commit 7cbc7d025e
3 changed files with 34 additions and 0 deletions
@@ -0,0 +1,17 @@
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_PLScanner : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}