示例#1
0
		public AddFriendPage ()
		{
			BindingContext = new AddFriendViewModel ();

			InitializeComponent ();
			SetupEventHandlers ();
		}
        public AddFriendPage()
        {
            BindingContext = new AddFriendViewModel();

            InitializeComponent();
            SetupEventHandlers();
        }
示例#3
0
        public AddFriendPage()
        {
            BindingContext = new AddFriendViewModel();

            SetupUserInterface();
            SetupEventHandlers();
            SetupBindings();
        }
示例#4
0
		public AddFriendPage ()
		{
			BindingContext = new AddFriendViewModel ();

			SetupUserInterface ();
			SetupEventHandlers ();
			SetupBindings ();
		}