C# 클래스 ZuneSocialTagger.GUI.App

Interaction logic for App.xaml
파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger

공개 메소드들

메소드 설명
App ( ) : System
DisplayException ( Exception ex ) : void
ShutdownApp ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

DisplayException() 공개 정적인 메소드

public static DisplayException ( Exception ex ) : void
ex System.Exception
리턴 void

ShutdownApp() 공개 정적인 메소드

public static ShutdownApp ( ) : void
리턴 void