コード例 #1
0
 internal TS3Notify(TS3Client client)
 {
     ts3Client = client;
 }
コード例 #2
0
        internal TS3Connector(TS3Client ts3Client, string hostname = "localhost", int port = 25639)
        {
            this.ts3Client = ts3Client;

            Connect(hostname, port);
        }