12 lines
217 B
C#
12 lines
217 B
C#
using System;
|
|
|
|
namespace MoonPro.WebUserControls
|
|
{
|
|
public partial class mod_statoMacchine : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |