mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-15 08:11:48 +01:00
11 lines
172 B
C#
11 lines
172 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
using Capnp.Rpc;
|
|||
|
|
|||
|
namespace FabAccessAPI {
|
|||
|
class InjectableTcpRpcClient : TcpRpcClient {
|
|||
|
|
|||
|
}
|
|||
|
}
|