C# 클래스 Rock.Apps.StatementGenerator.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
App ( ) : System.IO

Initializes a new instance of the App class.

App_DispatcherUnhandledException ( object sender, System e ) : void

Handles the DispatcherUnhandledException event of the App control.

메소드 상세

App() 공개 메소드

Initializes a new instance of the App class.
public App ( ) : System.IO
리턴 System.IO

App_DispatcherUnhandledException() 공개 메소드

Handles the DispatcherUnhandledException event of the App control.
public App_DispatcherUnhandledException ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void