소스 검색

删除无用项

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

불러오는 중...
취소
저장