mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ContextMenuManager.Controls
|
||||
this.AddItem(groupItem);
|
||||
XmlDocument doc = new XmlDocument();
|
||||
try { doc.LoadXml(File.ReadAllText(xmlPath, EncodingType.GetType(xmlPath))); }
|
||||
catch { throw; }
|
||||
catch { return; }
|
||||
foreach(XmlNode xn in doc.DocumentElement.ChildNodes)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user