C# 클래스 TaskCardCreator.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: frederiksen/Task-Card-Creator

공개 메소드들

메소드 설명
App ( ) : System.Windows
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Unhandled exception are logged, and not handled

메소드 상세

App() 공개 메소드

public App ( ) : System.Windows
리턴 System.Windows

App_DispatcherUnhandledException() 공개 메소드

Unhandled exception are logged, and not handled
public App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
리턴 void