Exemplo n.º 1
0
 public QQBotClient(ChatBotHub.ChatBotHubClient client, string clientId)
 {
     this.clientId   = clientId;
     this.clientType = "QQBOT";
     this._client    = client;
 }
Exemplo n.º 2
0
 public QQBotClient(ChatBotHub.ChatBotHubClient client)
 {
     this.clientId   = Guid.NewGuid().ToString();
     this.clientType = "QQBOT";
     this._client    = client;
 }