浏览代码

优化

tags/录制修改前
zhangxueyang 4 年前
父节点
当前提交
853e94b230
共有 2 个文件被更改,包括 49 次插入48 次删除
  1. 48
    48
      XHWK.WKTool/FileDirectoryWindow.xaml.cs
  2. 1
    0
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 48
- 48
XHWK.WKTool/FileDirectoryWindow.xaml.cs 查看文件

@@ -364,56 +364,56 @@ namespace XHWK.WKTool
364 364
 
365 365
         private void Window_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
366 366
         {
367
-            if (IsModify)
368
-            {
369
-                if (MouseNumber > 1 && pageData.menuList.Count > Subscript)
370
-                {
371
-                    pageData.menuList[Subscript].IsEnabled = false;
372
-                    try
373
-                    {
374
-                        if (!pageData.menuList[Subscript].Name.Equals(pageData.menuList[Subscript].VideoName))
375
-                        {
376
-                            
377
-                            string tempPath = pageData.menuList[Subscript].FilePath + pageData.menuList[Subscript].VideoName+"."+ pageData.menuList[Subscript].VideoType;
378
-                            if(FileToolsCommon.IsExistFile(tempPath))
379
-                            {
380
-                                MessageBox.Show("文件名已存在!");
381
-                                return;
382
-                            }
383
-                            foreach (Model_WKData wKData in APP.WKDataList)
384
-                            {
385
-                                if (wKData.VideoList == null)
386
-                                    continue;
387
-                                if (wKData.VideoList.Exists(x => x.FileGuid == pageData.menuList[Subscript].FileGuid))
388
-                                {
389
-                                    try
390
-                                    {
391
-                                        FileToolsCommon.DeleteFile(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid).VideoPath);
392
-                                        FileToolsCommon.DeleteFile(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid).ThumbnailPath);
393
-                                        wKData.VideoList.Remove(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid));
394
-                                        Initialize();
395
-                                        return;
396
-                                    }
397
-                                    catch (Exception ex)
398
-                                    {
399
-                                        MessageBox.Show("无法删除视频!" + ex.Message);
400
-                                        return;
401
-                                    }
402
-                                }
403
-                            }
367
+            //if (IsModify)
368
+            //{
369
+            //    if (MouseNumber > 2 && pageData.menuList.Count > Subscript)
370
+            //    {
371
+            //        pageData.menuList[Subscript].IsEnabled = false;
372
+            //        try
373
+            //        {
374
+            //            if (!pageData.menuList[Subscript].Name.Equals(pageData.menuList[Subscript].VideoName))
375
+            //            {
376
+            //                MouseNumber = 0;
377
+            //                string tempPath = pageData.menuList[Subscript].FilePath + pageData.menuList[Subscript].VideoName+"."+ pageData.menuList[Subscript].VideoType;
378
+            //                if(FileToolsCommon.IsExistFile(tempPath))
379
+            //                {
380
+            //                    MessageBox.Show("文件名已存在!");
381
+            //                    return;
382
+            //                }
383
+            //                foreach (Model_WKData wKData in APP.WKDataList)
384
+            //                {
385
+            //                    if (wKData.VideoList == null)
386
+            //                        continue;
387
+            //                    if (wKData.VideoList.Exists(x => x.FileGuid == pageData.menuList[Subscript].FileGuid))
388
+            //                    {
389
+            //                        try
390
+            //                        {
391
+            //                            //FileToolsCommon.DeleteFile(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid).VideoPath);
392
+            //                            //FileToolsCommon.DeleteFile(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid).ThumbnailPath);
393
+            //                            //wKData.VideoList.Remove(wKData.VideoList.Find(x => x.FileGuid == pageData.menuList[Subscript].FileGuid));
394
+            //                            //Initialize();
395
+            //                            //return;
396
+            //                        }
397
+            //                        catch (Exception ex)
398
+            //                        {
399
+            //                            MessageBox.Show("无法删除视频!" + ex.Message);
400
+            //                            return;
401
+            //                        }
402
+            //                    }
403
+            //                }
404 404
 
405 405
 
406
-                            FileToolsCommon.Copy(pageData.menuList[Subscript].Path, tempPath); 
407
-                        }
408
-                    }
409
-                    catch (Exception ex)
410
-                    {
411
-                        MessageBox.Show("无法修改视频名称!" + ex.Message);
412
-                        return;
413
-                    }
414
-                }
415
-                MouseNumber++;
416
-            }
406
+            //                FileToolsCommon.Copy(pageData.menuList[Subscript].Path, tempPath); 
407
+            //            }
408
+            //        }
409
+            //        catch (Exception ex)
410
+            //        {
411
+            //            MessageBox.Show("无法修改视频名称!" + ex.Message);
412
+            //            return;
413
+            //        }
414
+            //    }
415
+            //    MouseNumber++;
416
+            //}
417 417
         }
418 418
     }
419 419
     public class FileDirectoryData : NotifyModel

+ 1
- 0
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs 查看文件

@@ -1310,6 +1310,7 @@ namespace XHWK.WKTool
1310 1310
                         }
1311 1311
                         FileToolsCommon.DeleteFile(ThumbnailPathName);
1312 1312
                         VideoInfo.RSTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
1313
+                        Thread.Sleep(500);
1313 1314
                         //VideoInfo.VideoSize = FileToolsCommon.GetFileSizeByMB(VideoSavePathName).ToString() + " MB";
1314 1315
                         VideoInfo.VideoPath = VideoSavePathName;
1315 1316
                         VideoInfo.ThumbnailPath = ThumbnailPathName;

正在加载...
取消
保存