C# 클래스 MiningGame.Code.Managers.FormManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
ShowFileOpenDialog ( bool safe = false ) : string
ShowFileSaveDialog ( string defName = "", string defExt = "" ) : string
ShowMessageBox ( string title, string message ) : void
ShowQuestionBox ( string title, string message ) : bool

메소드 상세

ShowFileOpenDialog() 공개 정적인 메소드

public static ShowFileOpenDialog ( bool safe = false ) : string
safe bool
리턴 string

ShowFileSaveDialog() 공개 정적인 메소드

public static ShowFileSaveDialog ( string defName = "", string defExt = "" ) : string
defName string
defExt string
리턴 string

ShowMessageBox() 공개 정적인 메소드

public static ShowMessageBox ( string title, string message ) : void
title string
message string
리턴 void

ShowQuestionBox() 공개 정적인 메소드

public static ShowQuestionBox ( string title, string message ) : bool
title string
message string
리턴 bool