C# 클래스 Gilgame.SEWorkbench.Services.MessageBox

파일 보기 프로젝트 열기: gilgame/SEWorkbench

공개 메소드들

메소드 설명
ShowError ( string error, Exception ex ) : System.Windows.MessageBoxResult
ShowError ( object ex ) : void
ShowMessage ( string message ) : System.Windows.MessageBoxResult
ShowQuestion ( string question ) : System.Windows.MessageBoxResult

메소드 상세

ShowError() 공개 정적인 메소드

public static ShowError ( string error, Exception ex ) : System.Windows.MessageBoxResult
error string
ex System.Exception
리턴 System.Windows.MessageBoxResult

ShowError() 공개 정적인 메소드

public static ShowError ( object ex ) : void
ex object
리턴 void

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string message ) : System.Windows.MessageBoxResult
message string
리턴 System.Windows.MessageBoxResult

ShowQuestion() 공개 정적인 메소드

public static ShowQuestion ( string question ) : System.Windows.MessageBoxResult
question string
리턴 System.Windows.MessageBoxResult