confused screaming
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace RemoteFrameBuffer.Client
|
||||
{
|
||||
public class RemoteFrameBufferClientProtocolFactory<T> : IRemoteFramebufferClientProtocolFactory where T : RemoteFrameBufferClientProtocol
|
||||
{
|
||||
public RemoteFrameBufferClientProtocol Construct(Stream s)
|
||||
{
|
||||
return (RemoteFrameBufferClientProtocol)Activator.CreateInstance(typeof(T), s)!;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user