Ejemplo n.º 1
0
 public void ContinueToTestXib2()
 {
     if (TestXib2ViewModel == null)
     {
         TestXib2ViewModel = new TestXib2ViewModelDesign();                            // TODO: Once TestXib2ViewModel has runtime data, instantiate that instead of TestXib2ViewModelDesign
     }
     // Any actions to update the viewmodel go here
     RunOnUIThread(() => _navigator.NavigateToTestXib2View());
 }