C# Class Dwarrowdelf.Client.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: tomba/dwarrowdelf

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
App ( ) : System

Private Methods

Méthode 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 méthode

public App ( ) : System
Résultat System