diff --git a/NKC_WF/MachineUnload.aspx b/NKC_WF/MachineUnload.aspx new file mode 100644 index 0000000..9bf59f4 --- /dev/null +++ b/NKC_WF/MachineUnload.aspx @@ -0,0 +1,16 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MachineUnload.aspx.cs" Inherits="NKC_WF.MachineUnload" %> + + + + + + + + diff --git a/NKC_WF/MachineUnload.aspx.cs b/NKC_WF/MachineUnload.aspx.cs new file mode 100644 index 0000000..fd7bfa4 --- /dev/null +++ b/NKC_WF/MachineUnload.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 NKC_WF +{ + public partial class MachineUnload : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/MachineUnload.aspx.designer.cs b/NKC_WF/MachineUnload.aspx.designer.cs new file mode 100644 index 0000000..ae6c4c4 --- /dev/null +++ b/NKC_WF/MachineUnload.aspx.designer.cs @@ -0,0 +1,15 @@ +//------------------------------------------------------------------------------ +// +// 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 { + + + public partial class MachineUnload { + } +} diff --git a/NKC_WF/NKC_WF.csproj b/NKC_WF/NKC_WF.csproj index caa254d..0d76592 100644 --- a/NKC_WF/NKC_WF.csproj +++ b/NKC_WF/NKC_WF.csproj @@ -168,6 +168,7 @@ + @@ -339,6 +340,13 @@ MachineLoad.aspx + + MachineUnload.aspx + ASPXCodeBehind + + + MachineUnload.aspx + OrderManager.aspx ASPXCodeBehind