ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlShardLogic.cs
@@ -84,7 +84,7 @@ //文件名字 listFile.Add(dataResult.ShareName); //保存到指定文件夹下 HdlFileLogic.Current.SaveTextToFile(System.IO.Path.Combine(strDir, dataResult.ShareName), System.Text.Encoding.UTF8.GetString(dataResult.ShareDataBytes)); HdlFileLogic.Current.SaveByteToFile(System.IO.Path.Combine(strDir, dataResult.ShareName), dataResult.ShareDataBytes); //设置进度值 ProgressFormBar.Current.SetValue(i + 1, listMarkCount); }