We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5509b62 commit 7657c33Copy full SHA for 7657c33
2 files changed
src/extensions/BootstrapBlazor.Socket/Utility/ModbusCrc16.cs
@@ -2,7 +2,7 @@
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
// Website: https://www.blazor.zone or https://argozhang.github.io/
4
5
-namespace BootstrapBlazor.Components.Utility;
+namespace BootstrapBlazor.Socket.Algorithm;
6
7
/// <summary>
8
/// Modubs CRC-16 查表算法
test/UnitTestTcpSocket/ModbusCrcTest.cs
-using BootstrapBlazor.Components.Utility;
+using BootstrapBlazor.Socket.Algorithm;
namespace UnitTestTcpSocket;
0 commit comments