From b87783e23e4237a2a6a057d48c60f7467d2ead0c Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 17 Mar 2017 16:17:26 +0100 Subject: [PATCH] inizio gestione pagina UDC obsoleti --- GMW/GMW.csproj | 8 ++++++++ GMW/ScaricoUdcObsoleti.aspx | 7 +++++++ GMW/ScaricoUdcObsoleti.aspx.cs | 17 +++++++++++++++++ GMW/ScaricoUdcObsoleti.aspx.designer.cs | 17 +++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 GMW/ScaricoUdcObsoleti.aspx create mode 100644 GMW/ScaricoUdcObsoleti.aspx.cs create mode 100644 GMW/ScaricoUdcObsoleti.aspx.designer.cs diff --git a/GMW/GMW.csproj b/GMW/GMW.csproj index a16a648d..30428852 100644 --- a/GMW/GMW.csproj +++ b/GMW/GMW.csproj @@ -543,6 +543,7 @@ + @@ -1173,6 +1174,13 @@ SbloccoUdcTrattati.aspx + + ScaricoUdcObsoleti.aspx + ASPXCodeBehind + + + ScaricoUdcObsoleti.aspx + SearchMag.aspx ASPXCodeBehind diff --git a/GMW/ScaricoUdcObsoleti.aspx b/GMW/ScaricoUdcObsoleti.aspx new file mode 100644 index 00000000..39024820 --- /dev/null +++ b/GMW/ScaricoUdcObsoleti.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="ScaricoUdcObsoleti.aspx.cs" Inherits="GMW.ScaricoUdcObsoleti" %> + + + + + + diff --git a/GMW/ScaricoUdcObsoleti.aspx.cs b/GMW/ScaricoUdcObsoleti.aspx.cs new file mode 100644 index 00000000..158d5b91 --- /dev/null +++ b/GMW/ScaricoUdcObsoleti.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 ScaricoUdcObsoleti : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/ScaricoUdcObsoleti.aspx.designer.cs b/GMW/ScaricoUdcObsoleti.aspx.designer.cs new file mode 100644 index 00000000..7b7d1c52 --- /dev/null +++ b/GMW/ScaricoUdcObsoleti.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW +{ + + + public partial class ScaricoUdcObsoleti + { + } +}