예제 #1
0
        public ChatManager()
        {
            /// connections
            this._connection            = new ChatConnection();
            this._connection.LogEvent  += connectionLogEvent;
            this._connection.JoinEvent += connectionJoinEvent;

            /// collections
            this._collection = ChatClientCollection.InstanceContext;

            /// logger
            this._logger = Logger.InstanceContext;
        }
        public ChatManager()
        {
            /// connections
            this._connection = new ChatConnection();
            this._connection.LogEvent += connectionLogEvent;
            this._connection.JoinEvent += connectionJoinEvent;

            /// collections
            this._collection = ChatClientCollection.InstanceContext;

            /// logger
            this._logger = Logger.InstanceContext;
        }