Skip to content

Commit 533219e

Browse files
committed
refactor: 更改命名空间
1 parent f6f788e commit 533219e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/extensions/BootstrapBlazor.Socket/DataConverter/BinConverter.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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 System.Text;
6-
7-
namespace BootstrapBlazorSocket.DataConverter;
5+
namespace BootstrapBlazor.Socket.DataConverters;
86

97
/// <summary>
108
/// 二进制 与 Byte 数组转换方法

src/extensions/BootstrapBlazor.Socket/DataConverter/HexConverter.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.Socket.DataConverter;
5+
namespace BootstrapBlazor.Socket.DataConverters;
66

77
/// <summary>
88
/// 十六进制 与 Byte 数组转换方法

0 commit comments

Comments
 (0)