use style

This commit is contained in:
2023-07-26 17:14:47 +09:00
parent 1a15ebc427
commit 1381578890
22 changed files with 397 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
Click="btnPage2_Click"/>
</Grid>
<Frame x:Name="frmMain" Grid.Row="1"/>
<Frame x:Name="frmMain" Grid.Row="1"
NavigationUIVisibility="Hidden"/>
</Grid>
</Window>