C# 클래스 Zetbox.Client.Presentables.ExceptionReporterViewModel

상속: WindowViewModel
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
AddException ( Exception ex, Bitmap bitmap ) : void
Cancel ( ) : void
ExceptionReporterViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IProblemReporter problemReporter ) : System
Report ( ) : void

보호된 메소드들

메소드 설명
OnClose ( ) : void

비공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

AddException() 공개 메소드

public AddException ( Exception ex, Bitmap bitmap ) : void
ex System.Exception
bitmap System.Drawing.Bitmap
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

ExceptionReporterViewModel() 공개 메소드

public ExceptionReporterViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IProblemReporter problemReporter ) : System
appCtx IViewModelDependencies
dataCtx IZetboxContext
parent Zetbox.Client.Presentables.ViewModel
problemReporter IProblemReporter
리턴 System

OnClose() 보호된 메소드

protected OnClose ( ) : void
리턴 void

Report() 공개 메소드

public Report ( ) : void
리턴 void