From 9a76f9e60a718b444ccf6e13f1bbd3bf9936b61e Mon Sep 17 00:00:00 2001 From: lihanbo Date: Sat, 11 Jan 2025 12:29:08 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Fix=20=E7=AA=97=E5=8F=A3=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=97=B6=E6=B3=A8=E9=94=80=E4=BA=8B=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs b/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs index bcf326b..b8699c6 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs @@ -181,7 +181,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI { //DrawPDFHelper.ClearCache(); WeakReferenceMessenger.Default.Unregister("RowDetailsVisibility"); - WeakReferenceMessenger.Default.Unregister("OpenDraw"); + WeakReferenceMessenger.Default.Unregister("OpenDraw"); MotorExcelHelper.Instance.CloseStream(); }