7d289a3b64
pulizia codice...
12 lines
208 B
C#
12 lines
208 B
C#
using System;
|
|
|
|
namespace GIM_site.WebUserControls
|
|
{
|
|
public partial class test : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |