Skip to content

Commit 1f4548e

Browse files
committed
doc: 更新文档
1 parent 22568c3 commit 1f4548e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Modbus/ModbusFactories.razor.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ protected override void OnInitialized()
1919
{
2020
base.OnInitialized();
2121

22-
ModbusFactory.RemoveTcpMaster("test");
22+
var client = ModbusFactory.RemoveTcpMaster("test");
23+
24+
client.
2325
}
2426
}

0 commit comments

Comments
 (0)