完成保存修改后的变量,和离开视图时提示有变量没有保存

This commit is contained in:
2025-07-03 22:16:47 +08:00
parent 6726085496
commit fdaaf50c1d
7 changed files with 134 additions and 37 deletions

View File

@@ -20,10 +20,11 @@
</ui:ContentDialog.Resources>
<Grid Width="480"
<Grid Width="360"
Margin="10">
<TextBlock Margin="20"
FontSize="18"
FontSize="14"
TextWrapping="Wrap"
FontWeight="Bold"
Text="{Binding Message}">
</TextBlock>