C# Class MiningGame.Code.Managers.FormManager

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Méthode 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 méthode

public static ShowFileOpenDialog ( bool safe = false ) : string
safe bool
Résultat string

ShowFileSaveDialog() public static méthode

public static ShowFileSaveDialog ( string defName = "", string defExt = "" ) : string
defName string
defExt string
Résultat string

ShowMessageBox() public static méthode

public static ShowMessageBox ( string title, string message ) : void
title string
message string
Résultat void

ShowQuestionBox() public static méthode

public static ShowQuestionBox ( string title, string message ) : bool
title string
message string
Résultat bool