Skip to content

Commit adf120b

Browse files
tp1415926535gitee-org
authored andcommitted
update src/c#/GeneralUpdate.PacketTool/MainPage.xaml.
拼写错误导致绑定失败 Signed-off-by: tp1415926535 <[email protected]>
1 parent fac3975 commit adf120b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c#/GeneralUpdate.PacketTool/MainPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8" ?>
22
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
x:Class="GeneralUpdate.PacketTool.MainPage" Title="GeneralUpdate.PacketTool">
@@ -61,7 +61,7 @@
6161
</StackLayout>
6262
<StackLayout Margin="0,0,115,0" Grid.Row="8" Orientation="Horizontal" HeightRequest="40" HorizontalOptions="Center">
6363
<Label VerticalOptions="Center" Text="client type :" />
64-
<Picker WidthRequest="400" HeightRequest="32" Margin="9,0,3,0" ItemsSource="{Binding AppTypes}" SelectedItem="{Binding CurrnetAppType}" />
64+
<Picker WidthRequest="400" HeightRequest="32" Margin="9,0,3,0" ItemsSource="{Binding AppTypes}" SelectedItem="{Binding CurrentAppType}" />
6565
</StackLayout>
6666
<StackLayout Margin="0,0,110,0" Grid.Row="9" Orientation="Horizontal" HorizontalOptions="Center">
6767
<Label VerticalOptions="Center" Text="server url :" />

0 commit comments

Comments
 (0)