ancora pulizia

This commit is contained in:
Samuele E. Locatelli
2016-01-20 18:34:34 +01:00
parent b8f9180e6d
commit 73c9bd76c6
9 changed files with 0 additions and 22 deletions
Binary file not shown.
@@ -130,22 +130,6 @@ namespace WebSCR.WebUserControls
}
}
#if false
/// <summary>
/// richiesta refresh COMPLETO della pagina
/// </summary>
public bool needRefresh
{
get
{
return memLayer.ML.BoolSessionObj("needRefresh");
}
set
{
memLayer.ML.setSessionVal("needRefresh", value);
}
}
#endif
public void doUpdate()
{
@@ -224,12 +208,6 @@ namespace WebSCR.WebUserControls
return memLayer.ML.StringSessionObj("elencoSquadre").Split(',')[0].ToString();
}
}
protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e)
{
#if false
Response.Redirect(string.Format("{0}?CodCliente={1}&Indir={2}&Data={3:yyyy-MM-dd}&IdxImpegno={4}", devicesAuthProxy.pagCorrente, qsVal("CodCliente"), qsVal("Indir"), qsVal("Data"), e.Id));
#endif
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.