Code cleanup con CodeMaid

This commit is contained in:
Samuele E. Locatelli
2020-09-11 12:45:52 +02:00
parent 831ad26bb0
commit 91ccb018af
293 changed files with 52598 additions and 50875 deletions
+11 -9
View File
@@ -1,9 +1,6 @@
using MapoDb;
using SteamWare;
using System;
using System.Data;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MP_ADM
{
@@ -11,10 +8,11 @@ namespace MP_ADM
{
#region gestione eventi
public event EventHandler eh_nuovoValore;
public event EventHandler eh_resetSelezione;
public event EventHandler eh_selValore;
public event EventHandler eh_nuovoValore;
public event EventHandler eh_resetSelezione;
public event EventHandler eh_selValore;
/// <summary>
/// Solleva evento nuovo valore
@@ -36,6 +34,7 @@ namespace MP_ADM
eh_selValore(this, new EventArgs());
}
}
/// <summary>
/// Solleva evento reset
/// </summary>
@@ -47,7 +46,7 @@ namespace MP_ADM
}
}
#endregion
#endregion gestione eventi
/// <summary>
/// Oggetto datalayer specifico NON singleton x scalare
@@ -64,6 +63,7 @@ namespace MP_ADM
return this.UniqueID.Replace("$", "_").Replace("-", "_");
}
}
/// <summary>
/// titolo pagina
/// </summary>
@@ -75,7 +75,7 @@ namespace MP_ADM
}
}
#region utils
#region utils
/// <summary>
/// effettua traduzione del lemma
@@ -86,6 +86,7 @@ namespace MP_ADM
{
return user_std.UtSn.Traduci(lemma);
}
/// <summary>
/// effettua traduzione in inglese del lemma
/// </summary>
@@ -112,6 +113,7 @@ namespace MP_ADM
{ }
return answ;
}
/// <summary>
/// conversione da tempo minuti centesimali a minuti/secondi
/// </summary>
@@ -129,6 +131,6 @@ namespace MP_ADM
return answ;
}
#endregion
#endregion utils
}
}