b2d70a6a5d
- Aggiunta selezione periodo x elenco interventi - Sistemato comportamento con selezione dell'elenco interventi ... da completare editing completo poi è solo test, manuali e reports... git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@54 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
13 lines
256 B
C#
13 lines
256 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)
|
|
{
|
|
}
|
|
}
|