//gửi lời mời public override void Process(ChatLib.MessageModel.SendInvation sendInvation) { var client = clientManager.Get(sendInvation.From); this.ListReiceveMassager.Add(new ChatLib.MessageModel.SendInvation(sendInvation.NameSender, sendInvation.From) { Client = client }); }
//gửi lời mời đến 1 người virtual public void Process(MessageModel.SendInvation message) { }