Files
IPTVplayer/TV Player/PlayerPage.xaml
T
2024-05-05 16:19:58 +03:00

13 lines
477 B
XML

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TV_Player.MAUI.PlayerPage"
xmlns:local="clr-namespace:TV_Player.MAUI"
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
Title="PlayerPage"
>
<StackLayout>
<toolkit:MediaElement x:Name="mediaElement"/>
</StackLayout>
</ContentPage>