private void ShowMatches(object sender, EventArgs e) { MatchesViewController matchesViewController = new MatchesViewController(); NavigationController.PushViewController(matchesViewController, true); }
private void ShowMatches (object sender, EventArgs e) { MatchesViewController matchesViewController = new MatchesViewController (); NavigationController.PushViewController (matchesViewController, true); }