C# Class Candy.Client.App

App.xaml の相互作用ロジック
Inheritance: System.Windows.Application
Show file Open project: Wabyon/Candy

Public Methods

Method Description
App ( ) : System

Protected Methods

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

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnStartup() protected method

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