Browse Source

代码优化

tags/录制修改前
张剑 3 years ago
parent
commit
d9bef3fac2
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 1
- 3
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs View File

6737
 
6737
 
6738
                     return false;
6738
                     return false;
6739
                 }
6739
                 }
6740
-                else if (sGenerateResult.Substring(0, 1) == "0")
6741
-                {
6742
-                }
6740
+
6743
                 return true;
6741
                 return true;
6744
             }
6742
             }
6745
             catch (Exception ex)
6743
             catch (Exception ex)

Loading…
Cancel
Save