File tree Expand file tree Collapse file tree 36 files changed +34
-36
lines changed Expand file tree Collapse file tree 36 files changed +34
-36
lines changed Original file line number Diff line number Diff line change 1919using CommunityToolkit . Maui . Sample . ViewModels . Layouts ;
2020using CommunityToolkit . Maui . Sample . ViewModels . PlatformSpecific ;
2121using CommunityToolkit . Maui . Sample . ViewModels . Views ;
22- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
2322
2423namespace CommunityToolkit . Maui . Sample ;
2524
Original file line number Diff line number Diff line change 2424using CommunityToolkit . Maui . Sample . ViewModels . Layouts ;
2525using CommunityToolkit . Maui . Sample . ViewModels . PlatformSpecific ;
2626using CommunityToolkit . Maui . Sample . ViewModels . Views ;
27- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
2827using CommunityToolkit . Maui . Sample . Views . Popups ;
2928using CommunityToolkit . Maui . Storage ;
3029using Microsoft . Extensions . Http . Resilience ;
Original file line number Diff line number Diff line change 66 xmlns : mct =" http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
77 xmlns : models =" clr-namespace:CommunityToolkit.Maui.Sample.Models"
88 xmlns : pages =" clr-namespace:CommunityToolkit.Maui.Sample.Pages"
9- xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views.AvatarView "
9+ xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views"
1010 Title =" AvatarView Bindable"
1111 x : DataType =" vm:AvatarViewBindablePropertiesViewModel"
1212 x : TypeArguments =" vm:AvatarViewBindablePropertiesViewModel" >
Original file line number Diff line number Diff line change 1- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
1+ using CommunityToolkit . Maui . Sample . ViewModels . Views ;
22
33namespace CommunityToolkit . Maui . Sample . Pages . Views ;
44
Original file line number Diff line number Diff line change 55 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
66 xmlns : mct =" http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
77 xmlns : pages =" clr-namespace:CommunityToolkit.Maui.Sample.Pages"
8- xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views.AvatarView "
8+ xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views"
99 Title =" AvatarView Borders"
1010 x : DataType =" vm:AvatarViewBordersViewModel"
1111 x : TypeArguments =" vm:AvatarViewBordersViewModel" >
Original file line number Diff line number Diff line change 1- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
1+ using CommunityToolkit . Maui . Sample . ViewModels . Views ;
22
33namespace CommunityToolkit . Maui . Sample . Pages . Views ;
44
Original file line number Diff line number Diff line change 66 xmlns : mct =" http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
77 xmlns : models =" clr-namespace:CommunityToolkit.Maui.Sample.Models"
88 xmlns : pages =" clr-namespace:CommunityToolkit.Maui.Sample.Pages"
9- xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views.AvatarView "
9+ xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views"
1010 Title =" AvatarView Colors"
1111 x : DataType =" vm:AvatarViewColorsViewModel"
1212 x : TypeArguments =" vm:AvatarViewColorsViewModel" >
Original file line number Diff line number Diff line change 1- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
1+ using CommunityToolkit . Maui . Sample . ViewModels . Views ;
22
33namespace CommunityToolkit . Maui . Sample . Pages . Views ;
44
Original file line number Diff line number Diff line change 66 xmlns : mct =" http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
77 xmlns : models =" clr-namespace:CommunityToolkit.Maui.Sample.Models"
88 xmlns : pages =" clr-namespace:CommunityToolkit.Maui.Sample.Pages"
9- xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views.AvatarView "
9+ xmlns : vm =" clr-namespace:CommunityToolkit.Maui.Sample.ViewModels.Views"
1010 Title =" AvatarView DoW"
1111 x : DataType =" vm:AvatarViewDayOfWeekViewModel"
1212 x : TypeArguments =" vm:AvatarViewDayOfWeekViewModel" >
Original file line number Diff line number Diff line change 1- using CommunityToolkit . Maui . Sample . ViewModels . Views . AvatarView ;
1+ using CommunityToolkit . Maui . Sample . ViewModels . Views ;
22
33namespace CommunityToolkit . Maui . Sample . Pages . Views ;
44
You can’t perform that action at this time.
0 commit comments