更新NuGet包到4.0.0,并完成相关的修改适配工作,v1.7.8
This commit is contained in:
@@ -140,7 +140,7 @@ namespace HslCommunicationNetTestTool
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
|
||||
OperateResultString resultString = CurrentClient.ReadFromServer(handle, textBox2.Text);
|
||||
OperateResult<string> resultString = CurrentClient.ReadFromServer(handle, textBox2.Text);
|
||||
|
||||
if (resultString.IsSuccess)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user