/// <summary> /// Gets the instance of the Class.s /// </summary> /// <returns></returns> public static ChatEvents GetInstance() { if (currentObject == null) { currentObject = new ChatEvents(); } return(currentObject); }
/// <summary> /// Constructor of the Class ChatSessionEnded /// </summary> private ChatSessionEnded() { this.logger = Log.GenInstance(); this.chatEvents = ChatEvents.GetInstance(); }
private InboundChatInvite() { this.logger = Log.GenInstance(); this.chatEvents = ChatEvents.GetInstance(); }