Example #1
0
 private void OnReceivedInfoAboutAllClients(object sender, ReceivedInfoAboutAllClientsVmEventArgs container)
 {
     _transportClient.Send(Container.GetContainer(nameof(NumbersAccessibleChatsRequest),
                                                  new NumbersAccessibleChatsRequest(_clientInfo.Login)));
 }
 private void OnReceivedInfoAboutAllClients(object sender, ReceivedInfoAboutAllClientsVmEventArgs container)
 {
     InfoClientsAtChat = container.InfoClientsAtChat;
     ReceivedInfoAboutAllClients?.Invoke(this, new ReceivedInfoAboutAllClientsVmEventArgs(container.InfoClientsAtChat));
 }