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 + { + } +}