ulteriore fix namespace MedPRed --> ScheMe

This commit is contained in:
Samuele E. Locatelli
2017-01-20 18:20:25 +01:00
parent 6af84aae70
commit 58b5bbaf99
68 changed files with 120 additions and 122 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ namespace ScheMe.WebUserControls
if (!devicesAuthProxy.stObj.isAuth)
{
// controllo cookie device...
allOk = checkAuthCookieMedPred();
allOk = checkAuthCookieScheMe();
if (!allOk)
{
ResetUser();
@@ -126,7 +126,7 @@ namespace ScheMe.WebUserControls
/// <summary>
/// verifica la presenza di un cookie VALIDO per autorizzare il device ed avvia utente...
/// </summary>
private bool checkAuthCookieMedPred()
private bool checkAuthCookieScheMe()
{
bool answ = false;
try