优化代码

This commit is contained in:
2025-09-20 21:25:30 +08:00
parent f92b132f0a
commit 8347b18efc
+1 -1
View File
@@ -99,7 +99,7 @@ namespace Ink_Canvas
var networkDateTime = (new DateTime(1900, 1, 1)).AddMilliseconds((long)milliseconds);
return networkDateTime.ToLocalTime();
}
catch (Exception ex)
catch (Exception)
{
return DateTime.Now;
}