mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2025-09-02 18:45:30 +00:00
This commit is contained in:
@@ -12,7 +12,8 @@ namespace BulePointLilac.Methods
|
||||
guid = new Guid(str);
|
||||
return true;
|
||||
}
|
||||
catch(Exception) {
|
||||
catch
|
||||
{
|
||||
guid = Guid.Empty;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user