prova fix refresh
This commit is contained in:
@@ -342,6 +342,21 @@ namespace MP.Data.Services
|
||||
{
|
||||
await localStorage.SetItemAsync("CurrMach", machSel);
|
||||
}
|
||||
/// <summary>
|
||||
/// Scrive sul local storage pagina corrente
|
||||
/// </summary>
|
||||
public async Task<string> LastOpenedPageGet()
|
||||
{
|
||||
return await localStorage.GetItemAsync<string>("LastPage");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Ottiene sul local storage pagina corrente
|
||||
/// </summary>
|
||||
public async Task LastOpenedPageSet(string lastPage)
|
||||
{
|
||||
await localStorage.SetItemAsync("LastPage", lastPage);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Effettua salvataggio in localstorage dei dati MSE correnti
|
||||
|
||||
Reference in New Issue
Block a user