diff --git a/GMW/GMW/GMW.csproj b/GMW/GMW/GMW.csproj
index 2eabe1f9..bd87a514 100644
--- a/GMW/GMW/GMW.csproj
+++ b/GMW/GMW/GMW.csproj
@@ -204,6 +204,13 @@
StatoMag.aspx
+
+ travasaContenitori.aspx
+ ASPXCodeBehind
+
+
+ travasaContenitori.aspx
+
unauthorized.aspx
ASPXCodeBehind
@@ -694,6 +701,13 @@
mod_tipoCella.ascx
+
+ mod_travasaContenitori.ascx
+ ASPXCodeBehind
+
+
+ mod_travasaContenitori.ascx
+
mod_UdcCella.ascx
ASPXCodeBehind
@@ -956,6 +970,7 @@
+
@@ -1030,6 +1045,7 @@
+
diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx
new file mode 100644
index 00000000..9db86a70
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_travasaContenitori.ascx.cs" Inherits="GMW.WebUserControls.mod_travasaContenitori" %>
diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.cs
new file mode 100644
index 00000000..df81dccc
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.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.WebUserControls
+{
+ public partial class mod_travasaContenitori : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs
new file mode 100644
index 00000000..f6415ec0
--- /dev/null
+++ b/GMW/GMW/WebUserControls/mod_travasaContenitori.ascx.designer.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW.WebUserControls
+{
+
+
+ public partial class mod_travasaContenitori
+ {
+ }
+}
diff --git a/GMW/GMW/travasaContenitori.aspx b/GMW/GMW/travasaContenitori.aspx
new file mode 100644
index 00000000..dc44edcd
--- /dev/null
+++ b/GMW/GMW/travasaContenitori.aspx
@@ -0,0 +1,3 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxTitle.master" AutoEventWireup="true" CodeBehind="travasaContenitori.aspx.cs" Inherits="GMW.travasaContenitori" %>
+
+
diff --git a/GMW/GMW/travasaContenitori.aspx.cs b/GMW/GMW/travasaContenitori.aspx.cs
new file mode 100644
index 00000000..5539cdce
--- /dev/null
+++ b/GMW/GMW/travasaContenitori.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 travasaContenitori : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/GMW/GMW/travasaContenitori.aspx.designer.cs b/GMW/GMW/travasaContenitori.aspx.designer.cs
new file mode 100644
index 00000000..4ccd71c4
--- /dev/null
+++ b/GMW/GMW/travasaContenitori.aspx.designer.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW
+{
+
+
+ public partial class travasaContenitori
+ {
+ }
+}