C# Class ZuneSocialTagger.GUI.App

Interaction logic for App.xaml
Afficher le fichier Open project: leetreveil/Zune-Social-Tagger

Méthodes publiques

Méthode Description
App ( ) : System
DisplayException ( Exception ex ) : void
ShutdownApp ( ) : void

Private Methods

Méthode Description
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
GetUserDataPath ( ) : string
SetupBindings ( StandardKernel container ) : void
_appView_ContentRendered ( object sender, EventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

DisplayException() public static méthode

public static DisplayException ( Exception ex ) : void
ex System.Exception
Résultat void

ShutdownApp() public static méthode

public static ShutdownApp ( ) : void
Résultat void