Пример #1
0
 /// <summary>Form load event -- this window was just created</summary>
 private void FrmChat_Load(object sender, EventArgs e)
 {
     encoderRTT = new RealTimeText.Encoder(_jabberClient.Document, true);
     groupBoxParticipant1.Text     = JID.Bare;
     groupBoxParticipantLocal.Text = _jabberClient.User;
     SendBox.Focus();
 }
Пример #2
0
 /// <summary>Form load event -- this window was just created</summary>
 private void FrmChat_Load(object sender, EventArgs e)
 {
     encoderRTT = new RealTimeText.Encoder(_jabberClient.Document, true);
     groupBoxParticipant1.Text = JID.Bare;
     groupBoxParticipantLocal.Text = _jabberClient.User;
     SendBox.Focus();
 }