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