14 lines
228 B
C#
14 lines
228 B
C#
|
namespace Sphagnum.Client
|
|||
|
{
|
|||
|
//internal class ClientConnection : SocketConnection
|
|||
|
//{
|
|||
|
// public ClientConnection() : base( async (dd) =>
|
|||
|
// {
|
|||
|
|
|||
|
// })
|
|||
|
// {
|
|||
|
|
|||
|
// }
|
|||
|
//}
|
|||
|
}
|