IChatClientListener









How do I use I Chat Client Listener
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: ChatClient.cs Copy
80         public ChatClient(IChatClientListener listener)
81         {
82             this.listener = listener;
83             this.State = ChatState.Uninitialized;
84
85             this.PublicChannels = new Dictionary();
86             this.PrivateChannels = new Dictionary();
87         }

Download file with original file name:IChatClientListener

IChatClientListener 133 lượt xem

Gõ tìm kiếm nhanh...