测试报告导出

This commit is contained in:
hsc
2026-07-23 10:37:31 +08:00
parent 092087f670
commit c592bcd272
14 changed files with 297 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
d:DesignWidth="800"
mc:Ignorable="d">
<Grid>
<GroupBox Header="程序编辑区域">
<GroupBox Header="{Binding Title}">
<TabControl SelectedIndex="{Binding SelectedTabIndex, Mode=TwoWay}">
<i:Interaction.Behaviors>
<behaviors:TabControlSelectionChangedBehavior Command="{Binding TabSelectionChangedCommand}"