+
+
BIN LIST
+ elenco BIN (small)
+
+
+
+
+
CART LIST
+ elenco cart
+
+
\ No newline at end of file
diff --git a/NKC_WF/WebUserControls/cmp_kitting.ascx.cs b/NKC_WF/WebUserControls/cmp_kitting.ascx.cs
new file mode 100644
index 0000000..9ca5066
--- /dev/null
+++ b/NKC_WF/WebUserControls/cmp_kitting.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 NKC_WF.WebUserControls
+{
+ public partial class cmp_kitting : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/NKC_WF/WebUserControls/cmp_kitting.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_kitting.ascx.designer.cs
new file mode 100644
index 0000000..63e5551
--- /dev/null
+++ b/NKC_WF/WebUserControls/cmp_kitting.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//