コード例 #1
0
 /// <summary>
 /// Constructor of the Class ChatSessionEnded
 /// </summary>
 private ChatSessionEnded()
 {
     this.logger     = Log.GenInstance();
     this.chatEvents = ChatEvents.GetInstance();
 }
コード例 #2
0
 private InboundChatInvite()
 {
     this.logger     = Log.GenInstance();
     this.chatEvents = ChatEvents.GetInstance();
 }