2017-06-05 12:20:39 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
2017-06-06 21:13:25 +00:00
|
|
|
|
using Kneesocks;
|
|
|
|
|
using Square;
|
2017-06-05 12:20:39 +00:00
|
|
|
|
|
2017-06-06 21:13:25 +00:00
|
|
|
|
namespace CircleScape.Socks {
|
|
|
|
|
class MasterConnection : Connection {
|
2017-06-05 12:20:39 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|