Using dependency injection and viewmodel etc

This commit is contained in:
2025-08-20 12:08:46 +02:00
parent 2f053dfc71
commit 1649eaa992
17 changed files with 1143 additions and 31 deletions

View File

@ -135,7 +135,7 @@
Text="{Binding UserObject.Phone}"/>
</HorizontalStackLayout>
<HorizontalStackLayout>
<Picker ItemsSource="{StaticResource UserObject.phoneTypes}"
<Picker ItemsSource="{Binding PhoneTypesList}"
SelectedItem="{Binding UserObject.PhoneType}"/>
</HorizontalStackLayout>
</FlexLayout>