Got WPF version work

This commit is contained in:
Vova
2024-01-18 17:42:44 +02:00
parent df51ee3ad6
commit 10b4146772
64 changed files with 866 additions and 411 deletions
+1 -13
View File
@@ -1,4 +1,4 @@
namespace TV_Player
namespace TV_Player.MAUI
{
public partial class MainPage : ContentPage
{
@@ -6,18 +6,6 @@
{
InitializeComponent();
}
//private void OnCounterClicked(object sender, EventArgs e)
//{
// count++;
// if (count == 1)
// CounterBtn.Text = $"Clicked {count} time";
// else
// CounterBtn.Text = $"Clicked {count} times";
// SemanticScreenReader.Announce(CounterBtn.Text);
//}
}
}