C# Class RatChat.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
App ( ) : System
App_DispatcherUnhandledException ( object sender, System e ) : void

Protected Methods

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

Method Details

App() public method

public App ( ) : System
return System

App_DispatcherUnhandledException() public method

public App_DispatcherUnhandledException ( object sender, System e ) : void
sender object
e System
return void

OnStartup() protected method

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