From 424bbe4d4a6bcd415da0c8426d1374a4288733ef Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 19 Sep 2013 08:41:19 +0200 Subject: [PATCH] pulizia: eliminato unused --- .../PROJ-ETS/WebUserControls/mod_commessa.ascx | 2 -- .../WebUserControls/mod_commessa.ascx.cs | 17 ----------------- .../mod_commessa.ascx.designer.cs | 15 --------------- 3 files changed, 34 deletions(-) delete mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx delete mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.cs delete mode 100644 PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.designer.cs diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx deleted file mode 100644 index 51ad8f9..0000000 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx +++ /dev/null @@ -1,2 +0,0 @@ -<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_commessa.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_commessa" %> -Dati della SINGOLA commessa \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.cs deleted file mode 100644 index ebbd3b1..0000000 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.cs +++ /dev/null @@ -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) - { - - } - } -} \ No newline at end of file diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.designer.cs deleted file mode 100644 index b21406f..0000000 --- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commessa.ascx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// 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 PROJ_ETS.WebUserControls { - - - public partial class mod_commessa { - } -}