Load() public method

Parses the preferred panel config file name, populates the map table
public Load ( ) : bool
return bool
Esempio n. 1
0
 /// <summary>
 /// Initializes a static instance of hte class
 /// </summary>
 static PanelConfigMap()
 {
     _preferredPanelConfig.Load();
 }