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