From e39020772280ba7b7519dff5cbfbb203316b37cd Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 24 Aug 2020 12:31:19 +0200 Subject: [PATCH] Aggiunt apagina kitadv preliminare --- NKC_WF/site/KitingSmartAdv.aspx | 3 +++ NKC_WF/site/KitingSmartAdv.aspx.cs | 17 +++++++++++++++++ NKC_WF/site/KitingSmartAdv.aspx.designer.cs | 17 +++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 NKC_WF/site/KitingSmartAdv.aspx create mode 100644 NKC_WF/site/KitingSmartAdv.aspx.cs create mode 100644 NKC_WF/site/KitingSmartAdv.aspx.designer.cs diff --git a/NKC_WF/site/KitingSmartAdv.aspx b/NKC_WF/site/KitingSmartAdv.aspx new file mode 100644 index 0000000..13446b1 --- /dev/null +++ b/NKC_WF/site/KitingSmartAdv.aspx @@ -0,0 +1,3 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="KitingSmartAdv.aspx.cs" Inherits="NKC_WF.site.KitingSmartAdv" %> + + diff --git a/NKC_WF/site/KitingSmartAdv.aspx.cs b/NKC_WF/site/KitingSmartAdv.aspx.cs new file mode 100644 index 0000000..291c47f --- /dev/null +++ b/NKC_WF/site/KitingSmartAdv.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.site +{ + public partial class KitingSmartAdv : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/NKC_WF/site/KitingSmartAdv.aspx.designer.cs b/NKC_WF/site/KitingSmartAdv.aspx.designer.cs new file mode 100644 index 0000000..d48beb5 --- /dev/null +++ b/NKC_WF/site/KitingSmartAdv.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// 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 KitingSmartAdv + { + } +}