ChatterBox.Client.Presentation.Shared.Controls.CommunicationControl.CommunicationControl C# (CSharp) Method

CommunicationControl() public method

public CommunicationControl ( ) : System.Collections.Generic
return System.Collections.Generic
        public CommunicationControl()
        {
            DefaultStyleKey = typeof (CommunicationControl);
            Conversations = new ObservableCollection<IConversation>();
        }
CommunicationControl