C# Class MiningGame.Code.Managers.FormManager

Mostra file Open project: geel9/Minor-Destruction

Public Methods

Method Description
ShowFileOpenDialog ( bool safe = false ) : string
ShowFileSaveDialog ( string defName = "", string defExt = "" ) : string
ShowMessageBox ( string title, string message ) : void
ShowQuestionBox ( string title, string message ) : bool

Method Details

ShowFileOpenDialog() public static method

public static ShowFileOpenDialog ( bool safe = false ) : string
safe bool
return string

ShowFileSaveDialog() public static method

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

ShowMessageBox() public static method

public static ShowMessageBox ( string title, string message ) : void
title string
message string
return void

ShowQuestionBox() public static method

public static ShowQuestionBox ( string title, string message ) : bool
title string
message string
return bool