From 709e14a2bd9dbb4ce3ddff009afe5949e021dcde Mon Sep 17 00:00:00 2001 From: Vova <3emaster@gmail.com> Date: Sun, 28 Jan 2024 20:00:36 +0200 Subject: [PATCH] first version --- TV Player WPF/Assets/GroupButtonStyle.xaml | 129 ++++++++- TV Player WPF/MainWindow.xaml | 3 +- TV Player WPF/ProgramsGroupGrid.xaml | 37 +-- TV Player WPF/ProgramsList.xaml | 49 ++-- TV Player WPF/VideoPlayer.xaml | 21 +- TV Player WPF/VideoPlayer.xaml.cs | 40 ++- TV Player WPF/ViewModels/M3UParser.cs | 260 ++++++++++-------- TV Player WPF/ViewModels/MainViewModel.cs | 7 +- TV Player WPF/ViewModels/PlayerViewModel.cs | 95 +++++-- .../ViewModels/ProgramsGroupViewModel.cs | 2 +- TV Player WPF/ViewModels/TVPlayerViewModel.cs | 7 + 11 files changed, 429 insertions(+), 221 deletions(-) diff --git a/TV Player WPF/Assets/GroupButtonStyle.xaml b/TV Player WPF/Assets/GroupButtonStyle.xaml index a891769..8ce8bfb 100644 --- a/TV Player WPF/Assets/GroupButtonStyle.xaml +++ b/TV Player WPF/Assets/GroupButtonStyle.xaml @@ -5,20 +5,20 @@ - + - + - Programs + программ - + @@ -45,6 +45,54 @@ c-0.781-0.781-0.788-2.047-0.007-2.828L51.438,14.43c1.754-1.755,1.753-4.61-0.001- + + + + + + + + + \ No newline at end of file diff --git a/TV Player WPF/MainWindow.xaml b/TV Player WPF/MainWindow.xaml index 9ea2320..d24af21 100644 --- a/TV Player WPF/MainWindow.xaml +++ b/TV Player WPF/MainWindow.xaml @@ -20,7 +20,6 @@ - @@ -30,7 +29,7 @@