Beispiel #1
0
 public PageChat(Frame contentFrame, Frame channelFrame, TRS_Domain.CHANNEL.CHAT.Chat selectedChat, TRS_Domain.USER.Data _client, ClientClass client)
 {
     _contentFrame = contentFrame;
     _channelFrame = channelFrame;
     _selectedChat = selectedChat;
     this._client  = _client;
     this.client   = client;
     client.GetPersonInfo(_client);
     InitializeComponent();
     Lb_Chat.Items.Clear();
     Loaded += PAGE_CHAT_Loaded;
 }