1
0
mirror of https://e.coding.net/circlecloud/CTZLauncher.git synced 2024-11-14 00:48:48 +00:00

异步获取网页时 返回值修改为null...

This commit is contained in:
j502647092 2015-08-04 20:51:13 +08:00
parent 6f280c3f45
commit b7af6c9b70

View File

@ -76,7 +76,7 @@ namespace CityCraft
while (readyState != HttpReadyState.) { this.DoEvent(); }
return responseBody;
}
return string.Empty;
return null;
}
/// <summary>