From 4dd0a7a0c28b5be6e0721cd8b24ae47a68380532 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 24 Jan 2025 11:24:49 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Fix=20=E4=BF=AE=E5=A4=8D=E6=9C=AA?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=8F=96=E6=B6=88=E6=B3=A8=E5=86=8C=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs b/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs index c47e648..0f66d75 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/View/LectotypeWindow.xaml.cs @@ -84,8 +84,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI { WeakReferenceMessenger.Default.Unregister("RowDetailsVisibility"); WeakReferenceMessenger.Default.Unregister("OpenDraw"); - WeakReferenceMessenger.Default.Unregister("Lectotype"); - WeakReferenceMessenger.Default.Unregister("LectotypeSaved"); + WeakReferenceMessenger.Default.Unregister("Lectotype", "Lectotype"); + WeakReferenceMessenger.Default.Unregister("LectotypeSaved", "LectotypeSaved"); } private void Window_Loaded(object sender, RoutedEventArgs e) {