зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
494 B
XML
9 строки
494 B
XML
<BindableObject xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib.dll" x:Class="Xamarin.Forms.Xaml.UnitTests.DuplicateXArgumentsElements">
|
|
<BindableObject.BindingContext>
|
|
<system:Uri>
|
|
<x:Arguments>https://example.com/</x:Arguments>
|
|
<x:Arguments>https://example.com/</x:Arguments>
|
|
</system:Uri>
|
|
</BindableObject.BindingContext>
|
|
</BindableObject>
|