19 lines
397 B
C#
19 lines
397 B
C#
using System;
|
|
|
|
namespace MoonPro.WebUserControls
|
|
{
|
|
public partial class mod_datiConfermati : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
/// <summary>
|
|
/// aggiorna visualizzazione
|
|
/// </summary>
|
|
public void doUpdate()
|
|
{
|
|
grv_DatiConfermati.DataBind();
|
|
}
|
|
}
|
|
} |