C# Class NaturalGroundingPlayer.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
显示文件 Open project: mysteryx93/NaturalGroundingPlayer

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
SelectAllText ( object sender, RoutedEventArgs e ) : void
SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
TextLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void