C# 클래스 Unit.Silverlight.App

파일 보기 프로젝트 열기: msuarz/fluentspec

공개 메소드들

메소드 설명
App ( ) : System
Application_Exit ( object sender, EventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

Application_Exit() 공개 메소드

public Application_Exit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_Startup() 공개 메소드

public Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
리턴 void

Application_UnhandledException() 공개 메소드

public Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
리턴 void

ReportErrorToDOM() 공개 메소드

public ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
e System.Windows.ApplicationUnhandledExceptionEventArgs
리턴 void