ソースを参照

删除无用项

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();
}
}

読み込み中…
キャンセル
保存