Update x gestione pagina SchedaTech
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user