Files
IPTVplayer/TV Player/AppShell.xaml.cs
T
2024-01-15 07:49:55 +02:00

11 lines
162 B
C#

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