C# Class ArtOfWords.App

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

Public Properties

Property Type Description
screen System.Windows.SplashScreen

Public Methods

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

Protected Methods

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

Private Methods

Method 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 method

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

SelectAllText() public method

public SelectAllText ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

SelectivelyIgnoreMouseButton() public method

public SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

screen public_oe property

public SplashScreen,System.Windows screen
return System.Windows.SplashScreen