commit branch ermanno + trunk per correzione (non andava....)

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@117 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
ermanno
2011-11-29 12:03:56 +00:00
parent b918184903
commit 698b6dcd29
280 changed files with 24177 additions and 1520 deletions
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace XPST.WebMasterPages
{
public partial class CompactBCode : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}