@@ -14,7 +13,7 @@
-
+
\ No newline at end of file
diff --git a/NKC_WF/site/OrderHistory.aspx b/NKC_WF/site/OrderHistory.aspx
new file mode 100644
index 0000000..d7d97da
--- /dev/null
+++ b/NKC_WF/site/OrderHistory.aspx
@@ -0,0 +1,18 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="OrderHistory.aspx.cs" Inherits="NKC_WF.site.OrderHistory" %>
+
+
+
+
\ No newline at end of file
diff --git a/NKC_WF/site/OrderHistory.aspx.cs b/NKC_WF/site/OrderHistory.aspx.cs
new file mode 100644
index 0000000..e58cbd4
--- /dev/null
+++ b/NKC_WF/site/OrderHistory.aspx.cs
@@ -0,0 +1,20 @@
+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 OrderHistory : BasePage
+ {
+ #region Protected Methods
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ }
+
+ #endregion Protected Methods
+ }
+}
\ No newline at end of file
diff --git a/NKC_WF/site/OrderHistory.aspx.designer.cs b/NKC_WF/site/OrderHistory.aspx.designer.cs
new file mode 100644
index 0000000..0fb1732
--- /dev/null
+++ b/NKC_WF/site/OrderHistory.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 OrderHistory
+ {
+
+ ///
+ /// Controllo divFileList.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlGenericControl divFileList;
+ }
+}
diff --git a/NKC_WF/site/OrderManager.aspx b/NKC_WF/site/OrderManager.aspx
index 51b3350..fae7c73 100644
--- a/NKC_WF/site/OrderManager.aspx
+++ b/NKC_WF/site/OrderManager.aspx
@@ -12,7 +12,7 @@
-
+
\ No newline at end of file