C# Class ArtOfWords.App

App.xaml の相互作用ロジック
Inheritance: System.Windows.Application
Afficher le fichier Open project: kienaiProject/ArtOfWords

Méthodes publiques

Свойство Type Description
screen System.Windows.SplashScreen

Méthodes publiques

Méthode Description
SelectAllText ( object sender, RoutedEventArgs e ) : void
SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
Application_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
Application_Startup_1 ( object sender, System.Windows.StartupEventArgs e ) : void

Method Details

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

SelectAllText() public méthode

public SelectAllText ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

SelectivelyIgnoreMouseButton() public méthode

public SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

Property Details

screen public_oe property

public SplashScreen,System.Windows screen
Résultat System.Windows.SplashScreen