Files
GMW/GMW_Term/Cella.aspx.cs
T
2017-03-13 17:31:01 +01:00

18 lines
312 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace GMW_Term
{
public partial class Cella : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}