diff --git a/GMW/WebUserControls/mod_gestPrinterPost.ascx b/GMW/WebUserControls/mod_gestPrinterPost.ascx
new file mode 100644
index 00000000..2d981b2d
--- /dev/null
+++ b/GMW/WebUserControls/mod_gestPrinterPost.ascx
@@ -0,0 +1,2 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_gestPrinterPost.ascx.cs" Inherits="GMW.WebUserControls.mod_gestPrinterPost" %>
+elenco stampanti..
\ No newline at end of file
diff --git a/GMW/WebUserControls/mod_gestPrinterPost.ascx.cs b/GMW/WebUserControls/mod_gestPrinterPost.ascx.cs
new file mode 100644
index 00000000..803306b3
--- /dev/null
+++ b/GMW/WebUserControls/mod_gestPrinterPost.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_gestPrinterPost : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/WebUserControls/mod_gestPrinterPost.ascx.designer.cs b/GMW/WebUserControls/mod_gestPrinterPost.ascx.designer.cs
new file mode 100644
index 00000000..eb031fa7
--- /dev/null
+++ b/GMW/WebUserControls/mod_gestPrinterPost.ascx.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.WebUserControls
+{
+
+
+ public partial class mod_gestPrinterPost
+ {
+ }
+}
diff --git a/GMW/gestPrinterPost.aspx b/GMW/gestPrinterPost.aspx
new file mode 100644
index 00000000..b50f3119
--- /dev/null
+++ b/GMW/gestPrinterPost.aspx
@@ -0,0 +1,5 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="gestPrinterPost.aspx.cs" Inherits="GMW.gestPrinterPost" %>
+<%@ Register src="WebUserControls/mod_gestPrinterPost.ascx" tagname="mod_gestPrinterPost" tagprefix="uc1" %>
+
+
+
diff --git a/GMW/gestPrinterPost.aspx.cs b/GMW/gestPrinterPost.aspx.cs
new file mode 100644
index 00000000..f56cbfdb
--- /dev/null
+++ b/GMW/gestPrinterPost.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 gestPrinterPost : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/gestPrinterPost.aspx.designer.cs b/GMW/gestPrinterPost.aspx.designer.cs
new file mode 100644
index 00000000..f53d3463
--- /dev/null
+++ b/GMW/gestPrinterPost.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// 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 gestPrinterPost {
+
+ ///
+ /// mod_gestPrinterPost1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GMW.WebUserControls.mod_gestPrinterPost mod_gestPrinterPost1;
+ }
+}