C# Class AuScGen.WhiteFramework.GUIMapParser.GuiMapParser

Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( ) : GuiMapParser

Gets the instance.

LoadGuiMap ( String filePath ) : GuiMap>.Dictionary

Loads the GUI map.

Private Methods

Méthode Description
GuiMapParser ( ) : System

Method Details

GetInstance() public static méthode

Gets the instance.
public static GetInstance ( ) : GuiMapParser
Résultat GuiMapParser

LoadGuiMap() public méthode

Loads the GUI map.
public LoadGuiMap ( String filePath ) : GuiMap>.Dictionary
filePath String The file path.
Résultat GuiMap>.Dictionary