Explorar el Código

删除无用项

tags/1.0.0
SmallChi hace 7 años
padre
commit
3cf8ab647e
Se han modificado 2 ficheros con 0 adiciones y 14 borrados
  1. +0
    -7
      src/GBNewEnergy.Protocol/IBuffer.cs
  2. +0
    -7
      src/GBNewEnergy.Protocol/IBuffered.cs

+ 0
- 7
src/GBNewEnergy.Protocol/IBuffer.cs Ver fichero

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

+ 0
- 7
src/GBNewEnergy.Protocol/IBuffered.cs Ver fichero

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

Cargando…
Cancelar
Guardar