using SteamWare;
using System;
namespace GIM_site.WebUserControls
{
public partial class mod_MovMag2Int : SteamWare.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
///
/// forza update
///
public void doUpdate()
{
grView.DataBind();
}
///
/// abilitazione edit ricambi (modifica/delete)
///
public bool enableEdit
{
get
{
return memLayer.ML.BoolSessionObj("enableEditRicInt");
}
set
{
memLayer.ML.setSessionVal("enableEditRicInt", value);
}
}
}
}