inizio gestione pagina UDC obsoleti

This commit is contained in:
Samuele E. Locatelli
2017-03-17 16:17:26 +01:00
parent c4bbfc23a1
commit b87783e23e
4 changed files with 49 additions and 0 deletions
+8
View File
@@ -543,6 +543,7 @@
<Content Include="RimuoviNC.aspx" />
<Content Include="SbloccoUdcFusi.aspx" />
<Content Include="SbloccoUdcTrattati.aspx" />
<Content Include="ScaricoUdcObsoleti.aspx" />
<Content Include="Scripts\bootstrap-switch.js" />
<Content Include="Scripts\bootstrap-switch.min.js" />
<None Include="Scripts\jquery-3.1.0.intellisense.js" />
@@ -1173,6 +1174,13 @@
<Compile Include="SbloccoUdcTrattati.aspx.designer.cs">
<DependentUpon>SbloccoUdcTrattati.aspx</DependentUpon>
</Compile>
<Compile Include="ScaricoUdcObsoleti.aspx.cs">
<DependentUpon>ScaricoUdcObsoleti.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ScaricoUdcObsoleti.aspx.designer.cs">
<DependentUpon>ScaricoUdcObsoleti.aspx</DependentUpon>
</Compile>
<Compile Include="SearchMag.aspx.cs">
<DependentUpon>SearchMag.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="ScaricoUdcObsoleti.aspx.cs" Inherits="GMW.ScaricoUdcObsoleti" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="Featured" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="Main" runat="server">
</asp:Content>
+17
View File
@@ -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 ScaricoUdcObsoleti : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW
{
public partial class ScaricoUdcObsoleti
{
}
}