confused screaming
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace RemoteFrameBuffer.Client
|
||||
{
|
||||
public interface IRemoteFramebufferClientProtocolFactory
|
||||
{
|
||||
public abstract RemoteFrameBufferClientProtocol Construct(Stream s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user