加可拉窗口

This commit is contained in:
2025-09-02 18:41:07 +08:00
parent 29e6225cdc
commit 6de9a56916
587 changed files with 5082 additions and 519 deletions

View File

@@ -65,9 +65,7 @@ namespace Ramitta
var window = Window.GetWindow(this);
if (window != null)
{
window.WindowState = window.WindowState == WindowState.Maximized
? WindowState.Normal
: WindowState.Maximized;
//MaximizeCommand_Executed(null, null);
}
}
else if (e.ChangedButton == MouseButton.Left)