add close button
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
{
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
private TVPlayerViewModel _tvPlayer;
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
_tvPlayer = new TVPlayerViewModel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user