コード例 #1
0
        public JwtauthPage()
        {
            _viewModel = IndustryViewModel.Current;

            _busyBundle = new ControlBundle(
                new List <VisualElement> {
            });
        }
コード例 #2
0
        public PasswordResetPage()
        {
            SetBindingContext();

            InitializeComponent();

            _busyBundle = new ControlBundle(
                new List <VisualElement> {
                SecurityCode,
                PasswordEntry,
                PasswordEntryConfirm,
                ButtonOkay,
                ButtonCancel
            });

            ButtonOkay.Clicked   += ButtonOkay_ClickedAsync;
            ButtonCancel.Clicked += ButtonCancel_ClickedAsync;
        }