Update x gestione pagina SchedaTech

This commit is contained in:
Samuele E. Locatelli
2020-11-09 15:58:02 +01:00
parent f34c3929d5
commit 2a4fdf6138
18 changed files with 829 additions and 407 deletions
+21
View File
@@ -23,6 +23,15 @@ namespace MoonProTablet.WebUserControls
#endregion Internal Fields
#region Public Events
/// <summary>
/// evento update
/// </summary>
public event EventHandler eh_doUpdate;
#endregion Public Events
#region Internal Properties
/// <summary>
@@ -212,6 +221,18 @@ namespace MoonProTablet.WebUserControls
return string.Format("./images/macchine/{0}", url);
}
/// <summary>
/// Riporta evento update
/// </summary>
public void reportUpdate()
{
// alzo l'evento d update/inserimento e ricarico cache...
if (eh_doUpdate != null)
{
eh_doUpdate(this, new EventArgs());
}
}
public string TCMinSec(object _TC)
{
string TC_MinSec = "";