Exemplo n.º 1
0
 protected override async void OnNavigatedFrom(NavigationEventArgs e)
 {
     await _vm.OnNavigatedFrom(e);
     _vm = null;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     _vm = null;
     SettingsPane.GetForCurrentView().CommandsRequested -= SettingsCommandRequested;
 }