C# Class Dwarrowdelf.Client.App

Inheritance: System.Windows.Application
显示文件 Open project: tomba/dwarrowdelf

Private Properties

Property Type Description
App_Activated void
App_Deactivated void
App_Exit void
App_Startup void
Data_UserConnected void
Data_UserDisconnected void
OnUnhandledException void
StartServerAndConnectAsync System.Threading.Tasks.Task

Public Methods

Method Description
App ( ) : System

Private Methods

Method Description
App_Activated ( object sender, EventArgs e ) : void
App_Deactivated ( object sender, EventArgs e ) : void
App_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Data_UserConnected ( ) : void
Data_UserDisconnected ( ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
StartServerAndConnectAsync ( ) : System.Threading.Tasks.Task

Method Details

App() public method

public App ( ) : System
return System