add close button

This commit is contained in:
Vova
2024-05-05 16:19:58 +03:00
parent 3dfeea71f0
commit 12289c52f8
20 changed files with 327 additions and 191 deletions
+2
View File
@@ -2,9 +2,11 @@
{
public partial class AppShell : Shell
{
private TVPlayerViewModel _tvPlayer;
public AppShell()
{
InitializeComponent();
_tvPlayer = new TVPlayerViewModel();
}
}
}