下载时BUG修复,v1.5.5

This commit is contained in:
dathlin
2017-10-03 23:34:57 +08:00
parent 5f50a3ff9f
commit 10890b4ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ namespace ClientsLibrary.FileSupport
save_file_name
);
Invoke(new Action(() =>
if(IsHandleCreated) Invoke(new Action(() =>
{
if(result.IsSuccess)
{

View File

@@ -44,7 +44,7 @@ namespace CommonLibrary
*
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.5.4");
SoftBasic.FrameworkVersion = new SystemVersion("1.5.5");
}