Files
Samuele E. Locatelli 6380e7409c update gestione ODL
2020-10-15 18:56:47 +02:00

17 lines
350 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.WebUserControls
{
public partial class cmp_SlaveMachine : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}