This commit is contained in:
xyy
2026-06-16 11:53:02 +08:00
parent 24763126ef
commit 2dadfe3861
11 changed files with 541 additions and 180 deletions

View File

@@ -39,5 +39,9 @@ namespace AciTester.Views
var win = new ConfigWindow { DataContext = configVm, Owner = this };
win.ShowDialog();
}
}
}