This commit is contained in:
xyy
2026-04-01 20:33:23 +08:00
parent 05c38a7dab
commit 4a6393ba8d
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ namespace MembranePoreTester
{
if (Keyboard.Modifiers == ModifierKeys.Control && e.Key == Key.P)
{
var win = new MainWindow();
var win = new ParameterWindow();
win.Owner = this;
win.ShowDialog();
}