Nuova versione

Iniziata pagina AnagLocazioni
This commit is contained in:
Samuele E. Locatelli
2015-11-19 16:36:16 +01:00
parent cd023518fb
commit dbb2f85283
8 changed files with 86 additions and 4 deletions
@@ -0,0 +1,2 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_anagLocazioni.ascx.cs" Inherits="GIM_site.WebUserControls.mod_anagLocazioni" %>
...da fare elenco locazioni...
@@ -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 GIM_site.WebUserControls
{
public partial class mod_anagLocazioni : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
@@ -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 GIM_site.WebUserControls
{
public partial class mod_anagLocazioni
{
}
}
@@ -0,0 +1,5 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="anagLocazioni.aspx.cs" Inherits="GIM_site.anagLocazioni" %>
<%@ Register src="WebUserControls/mod_anagLocazioni.ascx" tagname="mod_anagLocazioni" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_anagLocazioni ID="mod_anagLocazioni1" 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 GIM_site
{
public partial class anagLocazioni : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+24
View File
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <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 GIM_site {
public partial class anagLocazioni {
/// <summary>
/// mod_anagLocazioni1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::GIM_site.WebUserControls.mod_anagLocazioni mod_anagLocazioni1;
}
}
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("1.5.253.512")]
[assembly: AssemblyFileVersion("1.5.253.512")]
[assembly: AssemblyVersion("1.6.256.515")]
[assembly: AssemblyFileVersion("1.6.256.515")]
[assembly: AssemblyCopyright("Steamware © 2006-2015")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("1.5.253.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.5.253.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.6.256.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.6.256.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+