コード例 #1
0
        public SignUpPage()
        {
            BindingContext = new SignUpViewModel();

            InitializeComponent();
            SetupEventHandlers();
        }
コード例 #2
0
ファイル: SignUpPage.xaml.cs プロジェクト: pabalexa/Moments
		public SignUpPage ()
		{
			BindingContext = new SignUpViewModel ();

			InitializeComponent ();
			SetupEventHandlers ();
		}
コード例 #3
0
ファイル: SignUpPage.cs プロジェクト: jgrcoder/Moments
        public SignUpPage()
        {
            BindingContext = new SignUpViewModel();

            SetupUserInterface();
            SetupEventHandlers();
            SetupBindings();
        }
コード例 #4
0
ファイル: SignUpPage.cs プロジェクト: pabalexa/Moments
		public SignUpPage ()
		{
			BindingContext = new SignUpViewModel ();

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