Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter.Load C# (CSharp) Метод

Load() публичный Метод

Loads the specified masterlist.
Loads the masterlist and userlist from the paths specified. Can be called multiple times. On error, the database is unchanged.
public Load ( string p_strMasterlistPath, string p_strUserlistPath ) : void
p_strMasterlistPath string The path to the masterlist to load.
p_strUserlistPath string The path to the userlist to load.
Результат void
		public void Load(string p_strMasterlistPath, string p_strUserlistPath)
		{
			UInt32 uintStatus = m_dlgLoad(m_ptrBossDb, p_strMasterlistPath, p_strUserlistPath);
			HandleStatusCode(uintStatus);
		}