diff --git a/MainWindow.xaml b/MainWindow.xaml
index f514d88..61d8569 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -54,17 +54,17 @@
-
+
-
-
+
+
-
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index dcc1832..5d4c049 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -75,9 +75,13 @@ namespace ТСЧМИ
public MainWindow()
{
CommandBinding comStart = new CommandBinding(MediaCommands.Play);
+ CommandBinding comPause = new CommandBinding(MediaCommands.Pause);
+
comStart.Executed += Start_Click;
+ comPause.Executed += Pause_Click;
CommandBindings.Add(comStart);
-
+ CommandBindings.Add(comPause);
+
InitializeComponent();
values = new();