inizio gestione pagina UDC obsoleti
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+17
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user