pulizia: eliminato unused

This commit is contained in:
Samuele Locatelli
2013-09-19 08:41:19 +02:00
parent 8c70e07489
commit 424bbe4d4a
3 changed files with 0 additions and 34 deletions
@@ -1,2 +0,0 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_commessa.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_commessa" %>
Dati della SINGOLA commessa
@@ -1,17 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace PROJ_ETS.WebUserControls
{
public partial class mod_commessa : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
@@ -1,15 +0,0 @@
//------------------------------------------------------------------------------
// <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 PROJ_ETS.WebUserControls {
public partial class mod_commessa {
}
}