コード例 #1
0
 public async static Task <bool> IsFirstUse()
 {
     if (await ObjFile.PoPOut() == null)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
コード例 #2
0
        }//释放资源

        private async static Task <bool> IsFirstUse()
        {
            if (await FileMethod.PoPOut() == null)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }//补充存储文件