AK.F1.Timing.UI.Views.HomeView.HomeView C# (CSharp) Method

HomeView() public method

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

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