Exemplo n.º 1
0
 private void Instance_AuthStateChanged(object sender, API.Services.AuthState e)
 {
     if (IsCurrentPage)
     {
         ViewModel.GetUserShelves();
     }
 }
Exemplo n.º 2
0
 private async void Instance_AuthStateChanged(object sender, API.Services.AuthState e)
 {
     if (IsCurrentPage)
     {
         ViewModel.Refresh();
     }
 }