From 619e05d6a1d8340078c45fa434505bd52e284d71 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 3 Jun 2019 16:52:31 +0200 Subject: [PATCH] Aggiunto confLinee + permessi --- GMW/confLinee.aspx | 7 +++++++ GMW/confLinee.aspx.cs | 17 +++++++++++++++++ GMW/confLinee.aspx.designer.cs | 17 +++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 GMW/confLinee.aspx create mode 100644 GMW/confLinee.aspx.cs create mode 100644 GMW/confLinee.aspx.designer.cs diff --git a/GMW/confLinee.aspx b/GMW/confLinee.aspx new file mode 100644 index 00000000..a2773505 --- /dev/null +++ b/GMW/confLinee.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="confLinee.aspx.cs" Inherits="GMW.confLinee" %> + + + + + + diff --git a/GMW/confLinee.aspx.cs b/GMW/confLinee.aspx.cs new file mode 100644 index 00000000..86682f7b --- /dev/null +++ b/GMW/confLinee.aspx.cs @@ -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 GMW +{ + public partial class confLinee : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/confLinee.aspx.designer.cs b/GMW/confLinee.aspx.designer.cs new file mode 100644 index 00000000..d4c2213b --- /dev/null +++ b/GMW/confLinee.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace GMW +{ + + + public partial class confLinee + { + } +}