This commit is contained in:
蓝点lilac
2020-12-27 22:32:14 +08:00
parent aa9dd40f85
commit 207a7a4dd9

View File

@@ -12,7 +12,8 @@ namespace BulePointLilac.Methods
guid = new Guid(str);
return true;
}
catch(Exception) {
catch
{
guid = Guid.Empty;
return false;
}