代码清理

This commit is contained in:
PrefacedCorg
2025-08-03 16:46:33 +08:00
parent 745b798d89
commit 11a5a7fdbe
73 changed files with 5733 additions and 3857 deletions
@@ -46,7 +46,8 @@ namespace Ink_Canvas
Close();
}
private void Window_Closed(object sender, EventArgs e) {
private void Window_Closed(object sender, EventArgs e)
{
_windowClose?.Invoke();
}
}