C# Class RatChat.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: JustOxlamon/Sc2tvChatPub

Méthodes publiques

Méthode Description
App ( ) : System
App_DispatcherUnhandledException ( object sender, System e ) : void

Méthodes protégées

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

Method Details

App() public méthode

public App ( ) : System
Résultat System

App_DispatcherUnhandledException() public méthode

public App_DispatcherUnhandledException ( object sender, System e ) : void
sender object
e System
Résultat void

OnStartup() protected méthode

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