C# Class AuScGen.WhiteFramework.GUIMapParser.GuiMapParser

Datei anzeigen Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : GuiMapParser

Gets the instance.

LoadGuiMap ( String filePath ) : GuiMap>.Dictionary

Loads the GUI map.

Private Methods

Method Description
GuiMapParser ( ) : System

Method Details

GetInstance() public static method

Gets the instance.
public static GetInstance ( ) : GuiMapParser
return GuiMapParser

LoadGuiMap() public method

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