Пример #1
0
 public AppViewModel()
 {
     Current = this;
 }
 public void SwitchBack()
 {
     AppViewModel.ShowMainView();
 }