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