Преглед изворни кода

其他-调整Debug 提示弹窗

ZhouJieSheng пре 1 година
родитељ
комит
e72885b511
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      PDF Office/App.xaml.cs

+ 1 - 1
PDF Office/App.xaml.cs

@@ -288,7 +288,7 @@ namespace PDF_Master
 
             if(!LicenseVerify())
             {
-#if !Debug
+#if !DEBUG
                 //部分人员没有转档库密钥,为避免弹窗影响正常的功能开发、调试。本弹窗仅在Release模式下弹出,用于正式包
                 System.Windows.Application.Current.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.Send, new Action(() =>
                 {