Files
MoonPro.net/MP-Tablet/WebUserControls/mod_elencoControlli.ascx.cs
T
2018-03-13 18:30:57 +01:00

22 lines
416 B
C#

using SteamWare;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace MoonProTablet.WebUserControls
{
public partial class mod_elencoControlli : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
public void doUpdate()
{
grView.DataBind();
}
}
}