C# Class FaceDetection.App

Interaction logic for App.xaml
Show file Open project: PkInfRemi/FaceDetectionApp Class Usage Examples

Public Methods

Method Description
App ( ) : System

Initializes a new instance of the App class.

Private Methods

Method Description
App_OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
App_OnExit ( object sender, System.Windows.ExitEventArgs e ) : void
DefaultSettingsOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
RestartApp ( ) : void

Method Details

App() public method

Initializes a new instance of the App class.
public App ( ) : System
return System