Skip to content

Commit 1549ee2

Browse files
JusterZhugitee-org
authored andcommitted
!2 update src/c#/GeneralUpdate.PacketTool/MainPage.xaml.
Merge pull request !2 from tp1415926535/N/A
2 parents 269adf1 + adf120b commit 1549ee2

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)