borepin/FabAccessAPI/InjectableTcpRpcClient.cs

11 lines
172 B
C#
Raw Normal View History

2020-11-07 22:08:40 +01:00
using System;
using System.Collections.Generic;
using System.Text;
using Capnp.Rpc;
namespace FabAccessAPI {
class InjectableTcpRpcClient : TcpRpcClient {
}
}