From 2e078c00e4b1f6a64ab23ebaa8931709ca129265 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 12 Sep 2019 11:57:46 +0200 Subject: [PATCH] Esempio svg colorato --- NKC_WF/MachineUnload.aspx | 16 ++++++++++++++++ NKC_WF/MachineUnload.aspx.cs | 17 +++++++++++++++++ NKC_WF/MachineUnload.aspx.designer.cs | 15 +++++++++++++++ NKC_WF/NKC_WF.csproj | 8 ++++++++ 4 files changed, 56 insertions(+) create mode 100644 NKC_WF/MachineUnload.aspx create mode 100644 NKC_WF/MachineUnload.aspx.cs create mode 100644 NKC_WF/MachineUnload.aspx.designer.cs 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