Esempio n. 1
0
 /// <summary>
 /// Loads modules from the specified path. Except for a builtins module,
 /// these will override any currently loaded modules.
 /// </summary>
 public void LoadDatabase(string databasePath)
 {
     _sharedState.LoadDatabase(databasePath);
 }