Files
MoonPro.net/MP-Site/WebUserControls/mod_schermataMacchina.ascx.cs
T
Samuele E. Locatelli a3bff998e7 incluso MP-Site...
2016-11-14 12:40:04 +01:00

17 lines
400 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MoonPro.WebUserControls
{
public partial class mod_schermataMacchina : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
lblNomeMacchina.Text = "Nome macchina";
}
}
}