コード例 #1
0
        public FriendRequestsPage()
        {
            BindingContext = new FriendRequestsViewModel();

            SetupUserInterface();
            SetupEventHandlers();
            SetupToolbar();
        }
コード例 #2
0
		public FriendRequestsPage ()
		{
			BindingContext = new FriendRequestsViewModel ();

			SetupUserInterface ();
			SetupEventHandlers ();
			SetupToolbar ();
		}