diff --git a/Correlator/Dialog/AudioFileDialog.xaml b/Correlator/Dialog/AudioFileDialog.xaml
index 327c8ae..92757c6 100644
--- a/Correlator/Dialog/AudioFileDialog.xaml
+++ b/Correlator/Dialog/AudioFileDialog.xaml
@@ -2,7 +2,6 @@
x:Class="Correlator.Dialog.AudioFileDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
xmlns:cvt="clr-namespace:Correlator.Converter"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:hc="https://handyorg.github.io/handycontrol"
@@ -70,12 +69,6 @@
RowHeight="60"
RowStyle="{StaticResource DataGridRowCustomStyleKey}">
-
-
-
-
-
-
diff --git a/Correlator/Dialog/AudioFileDialog.xaml b/Correlator/Dialog/AudioFileDialog.xaml
index 327c8ae..92757c6 100644
--- a/Correlator/Dialog/AudioFileDialog.xaml
+++ b/Correlator/Dialog/AudioFileDialog.xaml
@@ -2,7 +2,6 @@
x:Class="Correlator.Dialog.AudioFileDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
xmlns:cvt="clr-namespace:Correlator.Converter"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:hc="https://handyorg.github.io/handycontrol"
@@ -70,12 +69,6 @@
RowHeight="60"
RowStyle="{StaticResource DataGridRowCustomStyleKey}">
-
-
-
-
-
-
diff --git a/Correlator/ViewModels/AudioFileDialogViewModel.cs b/Correlator/ViewModels/AudioFileDialogViewModel.cs
index 2328f78..0becb74 100644
--- a/Correlator/ViewModels/AudioFileDialogViewModel.cs
+++ b/Correlator/ViewModels/AudioFileDialogViewModel.cs
@@ -120,15 +120,13 @@
#region DelegateCommand
- public DelegateCommand ItemSelectedCommand { get; set; }
- public DelegateCommand PlayAudioCommand { get; set; }
- public DelegateCommand DeleteAudioCommand { get; set; }
+ public DelegateCommand