/// <summary>
 /// Prevents a default instance of the <see cref="ChatRejected"/> class from being created.
 /// </summary>
 private ChatRejected()
 {
     this._logger        = Log.GenInstance();
     this._chatEvents    = ChatManager.GetInstance();
     this._searchHandler = SearchHandler.GetInstance();
 }
Exemple #2
0
 private ChatMarkDone()
 {
     this.logger         = Log.GenInstance();
     this.chatManager    = ChatManager.GetInstance();
     this._searchHandler = SearchHandler.GetInstance();
 }