Ver Fonte

Bool型变量命名规范调整

lvle há 1 ano atrás
pai
commit
2ee6fa3952
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      PDF Office/ViewModels/ViewContentViewModel.cs

+ 2 - 2
PDF Office/ViewModels/ViewContentViewModel.cs

@@ -3323,9 +3323,9 @@ namespace PDF_Master.ViewModels
         /// <summary>
         /// 转档、压缩、合并、分享前自动保存
         /// </summary>
-        public async Task<bool> SaveBeforeOption(bool IsnohaveIAP=false)
+        public async Task<bool> SaveBeforeOption(bool NoIAP=false)
         {
-            if(IsnohaveIAP==false)
+            if(NoIAP == false)
             {            //添加付费拦截锁
                 if (!ServiceHelper.IAPBeforeFunction())
                 {