C# Class AK.F1.Timing.UI.Views.HomeView

The application home view.
Inheritance: System.Windows.Controls.UserControl
Show file Open project: simoneb/ak-f1-timing

Private Properties

Property Type Description
OnDataContextChanged void
OnPasswordChanged void
OnScreenPropertyChanged void
SetFocus void

Public Methods

Method Description
HomeView ( ) : System

Initialises a new instance of the HomeView class.

Private Methods

Method Description
OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( object sender, RoutedEventArgs e ) : void
OnScreenPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SetFocus ( ) : void

Method Details

HomeView() public method

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