Files
PVabel2026/RemoteFrameBuffer/Client/IRemoteFrameBufferClientStreamProvider.cs
2026-02-05 15:34:59 +01:00

8 lines
172 B
C#

namespace RemoteFrameBuffer.Client
{
public interface IRemoteFrameBufferClientStreamProvider
{
public Stream GetRemoteFrameBufferClientStream();
}
}