Care.Views.Lab.Chat.Chat C# (CSharp) Method

Chat() public method

public Chat ( ) : System
return System
        public Chat()
        {
            InitializeComponent();
            Items = new ObservableCollection<ChatItemViewModel>();
            this.DataContext = this;
        }