Skip to content

Commit 7657c33

Browse files
committed
refactor: 更改命名空间
1 parent 5509b62 commit 7657c33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensions/BootstrapBlazor.Socket/Utility/ModbusCrc16.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

5-
namespace BootstrapBlazor.Components.Utility;
5+
namespace BootstrapBlazor.Socket.Algorithm;
66

77
/// <summary>
88
/// Modubs CRC-16 查表算法

test/UnitTestTcpSocket/ModbusCrcTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

5-
using BootstrapBlazor.Components.Utility;
5+
using BootstrapBlazor.Socket.Algorithm;
66

77
namespace UnitTestTcpSocket;
88

0 commit comments

Comments
 (0)