From 4394566ed3b85ae950f617cbd46b10cf7f24469d Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sun, 27 Jul 2025 00:13:41 +0800 Subject: [PATCH] fix:issue #105 --- Ink Canvas/Windows/YesOrNoNotificationWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ink Canvas/Windows/YesOrNoNotificationWindow.xaml.cs b/Ink Canvas/Windows/YesOrNoNotificationWindow.xaml.cs index 23e76ed4..3ee15f2c 100644 --- a/Ink Canvas/Windows/YesOrNoNotificationWindow.xaml.cs +++ b/Ink Canvas/Windows/YesOrNoNotificationWindow.xaml.cs @@ -48,7 +48,7 @@ namespace Ink_Canvas } private void Window_Closed(object sender, EventArgs e) { - _windowClose.Invoke(); + _windowClose?.Invoke(); } } } \ No newline at end of file