From 2ee665d0aeab4306f01840e3820aaed6e4772ceb Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 27 Feb 2014 12:04:39 +0100 Subject: [PATCH] fake master bootstrap pagina RX iniziale --- GMW/PostRX.aspx | 8 +++++ GMW/PostRX.aspx.cs | 17 +++++++++ GMW/PostRX.aspx.designer.cs | 17 +++++++++ GMW/WebMasterPages/Bootstrap.Master | 20 +++++++++++ GMW/WebMasterPages/Bootstrap.Master.cs | 17 +++++++++ .../Bootstrap.Master.designer.cs | 35 +++++++++++++++++++ 6 files changed, 114 insertions(+) create mode 100644 GMW/PostRX.aspx create mode 100644 GMW/PostRX.aspx.cs create mode 100644 GMW/PostRX.aspx.designer.cs create mode 100644 GMW/WebMasterPages/Bootstrap.Master create mode 100644 GMW/WebMasterPages/Bootstrap.Master.cs create mode 100644 GMW/WebMasterPages/Bootstrap.Master.designer.cs diff --git a/GMW/PostRX.aspx b/GMW/PostRX.aspx new file mode 100644 index 00000000..2baa566c --- /dev/null +++ b/GMW/PostRX.aspx @@ -0,0 +1,8 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="PostRX.aspx.cs" Inherits="GMW.PostRX" %> + + gestione con 2 switch: +
+ NT/DT +
+ UDC/AL +
diff --git a/GMW/PostRX.aspx.cs b/GMW/PostRX.aspx.cs new file mode 100644 index 00000000..ba2648b0 --- /dev/null +++ b/GMW/PostRX.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 GMW +{ + public partial class PostRX : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/PostRX.aspx.designer.cs b/GMW/PostRX.aspx.designer.cs new file mode 100644 index 00000000..996abf21 --- /dev/null +++ b/GMW/PostRX.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW +{ + + + public partial class PostRX + { + } +} diff --git a/GMW/WebMasterPages/Bootstrap.Master b/GMW/WebMasterPages/Bootstrap.Master new file mode 100644 index 00000000..b969dc25 --- /dev/null +++ b/GMW/WebMasterPages/Bootstrap.Master @@ -0,0 +1,20 @@ +<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Bootstrap.master.cs" Inherits="GMW.WebMasterPages.Bootstrap" %> + + + + + + + + + + +
+
+ + + +
+
+ + diff --git a/GMW/WebMasterPages/Bootstrap.Master.cs b/GMW/WebMasterPages/Bootstrap.Master.cs new file mode 100644 index 00000000..62231228 --- /dev/null +++ b/GMW/WebMasterPages/Bootstrap.Master.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 GMW.WebMasterPages +{ + public partial class Bootstrap : System.Web.UI.MasterPage + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/WebMasterPages/Bootstrap.Master.designer.cs b/GMW/WebMasterPages/Bootstrap.Master.designer.cs new file mode 100644 index 00000000..768c4596 --- /dev/null +++ b/GMW/WebMasterPages/Bootstrap.Master.designer.cs @@ -0,0 +1,35 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GMW.WebMasterPages +{ + + + public partial class Bootstrap + { + + /// + /// form1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// ContentPlaceHolder1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder1; + } +}