コード例 #1
0
        private void ShowMatches(object sender, EventArgs e)
        {
            MatchesViewController matchesViewController = new MatchesViewController();

            NavigationController.PushViewController(matchesViewController, true);
        }
コード例 #2
0
		private void ShowMatches (object sender, EventArgs e)
		{
			MatchesViewController matchesViewController = new MatchesViewController ();
			NavigationController.PushViewController (matchesViewController, true);
		}