Files
IPTVplayer/TV Player/AppShell.xaml.cs
T
2024-01-18 17:42:44 +02:00

11 lines
167 B
C#

namespace TV_Player.MAUI
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}