diff --git a/NKC_WF/site/SecondScreen.aspx b/NKC_WF/site/SecondScreen.aspx
index 3daaab0..14c4fc4 100644
--- a/NKC_WF/site/SecondScreen.aspx
+++ b/NKC_WF/site/SecondScreen.aspx
@@ -4,8 +4,7 @@
-
-
+
diff --git a/NKC_WF/site/SecondScreen.aspx.cs b/NKC_WF/site/SecondScreen.aspx.cs
index ffb25f7..c560fda 100644
--- a/NKC_WF/site/SecondScreen.aspx.cs
+++ b/NKC_WF/site/SecondScreen.aspx.cs
@@ -13,10 +13,5 @@ namespace NKC_WF
}
}
- protected void timerSecScreen_Tick(object sender, EventArgs e)
- {
- cmp_secScreen.showMode = !cmp_secScreen.showMode;
- cmp_secScreen.doUpdate();
- }
}
}
\ No newline at end of file
diff --git a/NKC_WF/site/SecondScreen.aspx.designer.cs b/NKC_WF/site/SecondScreen.aspx.designer.cs
index e828744..4cd015d 100644
--- a/NKC_WF/site/SecondScreen.aspx.designer.cs
+++ b/NKC_WF/site/SecondScreen.aspx.designer.cs
@@ -15,22 +15,13 @@ namespace NKC_WF
{
///
- /// Controllo timerSecScreen.
+ /// Controllo updPanelSecScreen.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.Timer timerSecScreen;
-
- ///
- /// Controllo UpdatePanel2.
- ///
- ///
- /// Campo generato automaticamente.
- /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
- ///
- protected global::System.Web.UI.UpdatePanel UpdatePanel2;
+ protected global::System.Web.UI.UpdatePanel updPanelSecScreen;
///
/// Controllo cmp_secScreen.
diff --git a/NKC_WF/site/SvgFull.aspx b/NKC_WF/site/SvgFull.aspx
new file mode 100644
index 0000000..ab676f8
--- /dev/null
+++ b/NKC_WF/site/SvgFull.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SvgFull.aspx.cs" Inherits="NKC_WF.site.SvgFull" %>
+
+<%@ Register Src="~/WebUserControls/cmp_svgFull.ascx" TagPrefix="uc1" TagName="cmp_svgFull" %>
+
+
+
+
diff --git a/NKC_WF/site/SvgFull.aspx.cs b/NKC_WF/site/SvgFull.aspx.cs
new file mode 100644
index 0000000..58c8e6f
--- /dev/null
+++ b/NKC_WF/site/SvgFull.aspx.cs
@@ -0,0 +1,25 @@
+using Microsoft.Ajax.Utilities;
+using SteamWare;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace NKC_WF.site
+{
+ public partial class SvgFull : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if(!Page.IsPostBack)
+ {
+ ((SiteMaster)this.Master).showSearch = false;
+ // recupero valore URL ed imposto...
+ int sheetId = memLayer.ML.QSI("sheetId");
+ cmp_svgFull.SheetId = sheetId;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/NKC_WF/site/SvgFull.aspx.designer.cs b/NKC_WF/site/SvgFull.aspx.designer.cs
new file mode 100644
index 0000000..7990990
--- /dev/null
+++ b/NKC_WF/site/SvgFull.aspx.designer.cs
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+//
+// 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 NKC_WF.site
+{
+
+
+ public partial class SvgFull
+ {
+
+ ///
+ /// Controllo cmp_svgFull.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::NKC_WF.WebUserControls.cmp_svgFull cmp_svgFull;
+ }
+}
diff --git a/NKC_WF/temp/119748.pdf b/NKC_WF/temp/119748.pdf
new file mode 100644
index 0000000..5ee27c6
Binary files /dev/null and b/NKC_WF/temp/119748.pdf differ
diff --git a/NKC_WF/temp/119752.pdf b/NKC_WF/temp/none.pdf
similarity index 100%
rename from NKC_WF/temp/119752.pdf
rename to NKC_WF/temp/none.pdf