91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.19M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-25
  • 語言: C#
  • 標簽: 視頻??聊天??C#??源碼??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?ESPlus.Application.CustomizeInfo;
using?Core;

namespace?Client
{
????public?class?ClientHandler:?ICustomizeHandler
????{
????????private?Form_Client?clientForm;

????????//該屬性是為了在外部將clientForm注入,之所以不在構造函數中傳入是因為當時clientForm尚未創建
????????public?Form_Client?ClientForm
????????{
????????????get?{?return?clientForm;?}
????????????set?{?clientForm?=?value;?}
????????}
???????
????????public?void?HandleInformation(string?sourceUserID?int?informationType?byte[]?info)
????????{
????????????if?(informationType?==?InformationType.Chat)
???????????{
???????????????if?(this.clientForm.InvokeRequired)?//不是主線程時
???????????????{
???????????????????//轉換為主線程
???????????????????this.clientForm.Invoke(new?ESBa

評論

共有 條評論