Got WPF version work
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace TV_Player.MAUI;
|
||||
|
||||
public partial class PlayerPage : ContentPage
|
||||
{
|
||||
public PlayerPage()
|
||||
{
|
||||
this.BindingContext = this;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void ContentPage_Loaded(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user