private ChatListBox owner; //所属的控件 #endregion Fields #region Constructors public ChatListItemCollection(ChatListBox owner) { this.owner = owner; }
private ChatListBox owner; //所属的控件 public ChatListItemCollection(ChatListBox owner) { this.owner = owner; }