Skip to content

Instantly share code, notes, and snippets.

@georgechond94
Created February 20, 2016 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgechond94/54fdac71e0d283f8d3da to your computer and use it in GitHub Desktop.
Save georgechond94/54fdac71e0d283f8d3da to your computer and use it in GitHub Desktop.
public class ChatMessageViewModel
{
public ObservableCollection<ChatMessage> Messages { get; set; } = new ObservableCollection<ChatMessage>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment