This commit is contained in:
2025-07-27 00:13:41 +08:00
parent de95c24f66
commit 4394566ed3
@@ -48,7 +48,7 @@ namespace Ink_Canvas
} }
private void Window_Closed(object sender, EventArgs e) { private void Window_Closed(object sender, EventArgs e) {
_windowClose.Invoke(); _windowClose?.Invoke();
} }
} }
} }