public void ShowScreen(ContentController c)
 {
     _view.MainContent.Children.Clear();
     _view.MainContent.Children.Add(c.View);
 }
Esempio n. 2
0
 public void ShowScreen(ContentController c)
 {
     _view.MainContent.Children.Clear();
     _view.MainContent.Children.Add(c.View);
 }