Aggiunto progetto tablet con relativa solution...

This commit is contained in:
Samuele E. Locatelli
2016-11-14 11:10:03 +01:00
parent 9b530d8b67
commit 04bf56389a
574 changed files with 148022 additions and 0 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 MoonProTablet.WebMasterPages
{
public partial class jQueryMobile : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}