Files
WebGIM/WebSites/WebGIM/test.aspx.cs
T
samuele 236905f034 - Aggiunto modulo gestione degli interventi dei singoli manutentori
- inseriti nuovi valori di default in Web.config

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@38 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
2009-01-23 11:57:56 +00:00

14 lines
258 B
C#

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