优化代码

This commit is contained in:
2025-07-28 14:40:44 +08:00
parent f38313ff2c
commit f03733da04
66 changed files with 1333 additions and 1294 deletions
@@ -68,7 +68,7 @@ namespace Ink_Canvas
private void CancelButton_Click(object sender, RoutedEventArgs e)
{
this.Close();
Close();
}
private void SaveButton_Click(object sender, RoutedEventArgs e)
@@ -110,7 +110,7 @@ namespace Ink_Canvas
MainWindow.SaveSettingsToFile();
IsSuccess = true;
this.Close();
Close();
}
catch (Exception ex)
{