borepin/FabAccessAPI/InjectableTcpRpcClient.cs
Kai Jan Kriegel a69d76474f stuff
2020-11-07 22:08:40 +01:00

11 lines
172 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using Capnp.Rpc;
namespace FabAccessAPI {
class InjectableTcpRpcClient : TcpRpcClient {
}
}