Esempio n. 1
0
        public FriendRequestsPage()
        {
            BindingContext = new FriendRequestsViewModel();

            SetupUserInterface();
            SetupEventHandlers();
            SetupToolbar();
        }
Esempio n. 2
0
		public FriendRequestsPage ()
		{
			BindingContext = new FriendRequestsViewModel ();

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