ancora pulizia
This commit is contained in:
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.
Binary file not shown.
Reference in New Issue
Block a user