mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-16 06:06:36 +08:00
chore: x:Name->Name.
This commit is contained in:
@@ -27,15 +27,15 @@
|
|||||||
<Separator />
|
<Separator />
|
||||||
|
|
||||||
<TextBlock Text="Modal Actions" FontWeight="SemiBold" FontSize="14" />
|
<TextBlock Text="Modal Actions" FontWeight="SemiBold" FontSize="14" />
|
||||||
<Button x:Name="PushModalButton"
|
<Button Name="PushModalButton"
|
||||||
Content="Push Modal"
|
Content="Push Modal"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Click="OnPushModal" />
|
Click="OnPushModal" />
|
||||||
<Button x:Name="PopModalButton"
|
<Button Name="PopModalButton"
|
||||||
Content="Pop Modal"
|
Content="Pop Modal"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Click="OnPopModal" />
|
Click="OnPopModal" />
|
||||||
<Button x:Name="PopAllModalsButton"
|
<Button Name="PopAllModalsButton"
|
||||||
Content="Pop All Modals"
|
Content="Pop All Modals"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
Click="OnPopAllModals" />
|
Click="OnPopAllModals" />
|
||||||
|
|||||||
Reference in New Issue
Block a user