Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CheckPasswordPopup.xaml.cs
1
using
NeuroAccessMaui.Services
;
2
3
namespace
NeuroAccessMaui.UI.Popups.Password
4
{
8
public
partial class
CheckPasswordPopup
9
{
10
public
CheckPasswordPopup
()
11
{
12
this.InitializeComponent();
13
this.PasswordEntry.Keyboard = ServiceRef.TagProfile.IsNumericPassword ? Keyboard.Numeric : Keyboard.Default;
14
15
}
16
17
protected
override
void
OnAppearing()
18
{
19
base.OnAppearing();
20
21
this.PasswordEntry.Focus();
22
}
23
24
25
}
26
}
NeuroAccessMaui.UI.Popups.Password.CheckPasswordPopup
A Popup letting the user enter a password to be verified with the password defined by the user earlie...
Definition:
CheckPasswordPopup.xaml.cs:9
NeuroAccessMaui.Services
Definition:
PlatformSpecific.cs:26
NeuroAccessMaui.UI.Popups.Password
Definition:
CheckPasswordPopup.xaml.cs:4
NeuroAccessMaui
NeuroAccessMaui
UI
Popups
Password
CheckPasswordPopup.xaml.cs
Generated by
1.9.5