C# 클래스 DoomRPG.Utils

파일 보기 프로젝트 열기: Kyle873/DoomRPG

공개 메소드들

메소드 설명
ShowError ( Exception e ) : void
ShowError ( string text, string caption = "Error" ) : void

메소드 상세

ShowError() 공개 정적인 메소드

public static ShowError ( Exception e ) : void
e System.Exception
리턴 void

ShowError() 공개 정적인 메소드

public static ShowError ( string text, string caption = "Error" ) : void
text string
caption string
리턴 void