瀏覽代碼

删除无用项

tags/1.0.0
SmallChi 7 年之前
父節點
當前提交
3cf8ab647e
共有 2 個檔案被更改,包括 0 行新增14 行删除
  1. +0
    -7
      src/GBNewEnergy.Protocol/IBuffer.cs
  2. +0
    -7
      src/GBNewEnergy.Protocol/IBuffered.cs

+ 0
- 7
src/GBNewEnergy.Protocol/IBuffer.cs 查看文件

@@ -1,7 +0,0 @@
namespace GBNewEnergy.Protocol
{
public interface IBuffer
{
byte[] Buffer { get; }
}
}

+ 0
- 7
src/GBNewEnergy.Protocol/IBuffered.cs 查看文件

@@ -1,7 +0,0 @@
namespace GBNewEnergy.Protocol
{
public interface IBuffered
{
void ToBuffer();
}
}

Loading…
取消
儲存