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
+ {
+ }
+}