diff --git a/Correlator/App.xaml b/Correlator/App.xaml index 6845c5e..e655880 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -17,7 +17,6 @@ - diff --git a/Correlator/App.xaml b/Correlator/App.xaml index 6845c5e..e655880 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -17,7 +17,6 @@ - diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 0c08dcf..d1be0c8 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -315,10 +315,6 @@ - - Designer - MSBuild:Compile - Designer MSBuild:Compile diff --git a/Correlator/App.xaml b/Correlator/App.xaml index 6845c5e..e655880 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -17,7 +17,6 @@ - diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 0c08dcf..d1be0c8 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -315,10 +315,6 @@ - - Designer - MSBuild:Compile - Designer MSBuild:Compile diff --git a/Correlator/Model/AudioFile.cs b/Correlator/Model/AudioFile.cs index 80a93b5..fa00499 100644 --- a/Correlator/Model/AudioFile.cs +++ b/Correlator/Model/AudioFile.cs @@ -21,8 +21,5 @@ // 创建时间 public string CreationTime { get; set; } - - //是否正在播放 - public bool IsPlaying { get; set; } } } \ No newline at end of file diff --git a/Correlator/App.xaml b/Correlator/App.xaml index 6845c5e..e655880 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -17,7 +17,6 @@ - diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 0c08dcf..d1be0c8 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -315,10 +315,6 @@ - - Designer - MSBuild:Compile - Designer MSBuild:Compile diff --git a/Correlator/Model/AudioFile.cs b/Correlator/Model/AudioFile.cs index 80a93b5..fa00499 100644 --- a/Correlator/Model/AudioFile.cs +++ b/Correlator/Model/AudioFile.cs @@ -21,8 +21,5 @@ // 创建时间 public string CreationTime { get; set; } - - //是否正在播放 - public bool IsPlaying { get; set; } } } \ No newline at end of file diff --git a/Correlator/Style/CheckBoxStyle.xaml b/Correlator/Style/CheckBoxStyle.xaml deleted file mode 100644 index 62083d2..0000000 --- a/Correlator/Style/CheckBoxStyle.xaml +++ /dev/null @@ -1,80 +0,0 @@ - - - \ No newline at end of file diff --git a/Correlator/App.xaml b/Correlator/App.xaml index 6845c5e..e655880 100644 --- a/Correlator/App.xaml +++ b/Correlator/App.xaml @@ -17,7 +17,6 @@ - diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index 0c08dcf..d1be0c8 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -315,10 +315,6 @@ - - Designer - MSBuild:Compile - Designer MSBuild:Compile diff --git a/Correlator/Model/AudioFile.cs b/Correlator/Model/AudioFile.cs index 80a93b5..fa00499 100644 --- a/Correlator/Model/AudioFile.cs +++ b/Correlator/Model/AudioFile.cs @@ -21,8 +21,5 @@ // 创建时间 public string CreationTime { get; set; } - - //是否正在播放 - public bool IsPlaying { get; set; } } } \ No newline at end of file diff --git a/Correlator/Style/CheckBoxStyle.xaml b/Correlator/Style/CheckBoxStyle.xaml deleted file mode 100644 index 62083d2..0000000 --- a/Correlator/Style/CheckBoxStyle.xaml +++ /dev/null @@ -1,80 +0,0 @@ - - - \ No newline at end of file diff --git a/Correlator/ViewModels/AudioFileViewModel.cs b/Correlator/ViewModels/AudioFileViewModel.cs index e8ea51b..7480223 100644 --- a/Correlator/ViewModels/AudioFileViewModel.cs +++ b/Correlator/ViewModels/AudioFileViewModel.cs @@ -295,8 +295,7 @@ FileSource = fileSource, FullPath = DirectoryManager.GetAudioDir() + "\\" + fileName, FileSize = file.Length.FormatFileSize(), - CreationTime = file.LastWriteTime.ToString("yyyy-MM-dd HH:mm:ss"), - IsPlaying = false + CreationTime = file.LastWriteTime.ToString("yyyy-MM-dd HH:mm:ss") }); } }