C# Class ZuneSocialTagger.GUI.App

Interaction logic for App.xaml
ファイルを表示 Open project: leetreveil/Zune-Social-Tagger

Public Methods

Method Description
App ( ) : System
DisplayException ( Exception ex ) : void
ShutdownApp ( ) : void

Private Methods

Method 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 method

public App ( ) : System
return System

DisplayException() public static method

public static DisplayException ( Exception ex ) : void
ex System.Exception
return void

ShutdownApp() public static method

public static ShutdownApp ( ) : void
return void