11 lines
179 B
C#
11 lines
179 B
C#
namespace TV_Player.MAUI
|
|
{
|
|
public partial class ProgramPage : ContentPage
|
|
{
|
|
public ProgramPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|