AK.F1.Timing.UI.Views.HomeView.HomeView C# (CSharp) Méthode

HomeView() public méthode

Initialises a new instance of the HomeView class.
public HomeView ( ) : System
Résultat System
        public HomeView()
        {
            InitializeComponent();

            DataContextChanged += OnDataContextChanged;
            Password.PasswordChanged += OnPasswordChanged;
        }