예제 #1
0
            private ChatListBox owner; //所属的控件

            #endregion Fields

            #region Constructors

            public ChatListItemCollection(ChatListBox owner)
            {
                this.owner = owner;
            }
예제 #2
0
            private ChatListBox owner;  //所属的控件

            public ChatListItemCollection(ChatListBox owner)
            {
                this.owner = owner;
            }