Skip to content

Instantly share code, notes, and snippets.

@georgechond94
Last active February 20, 2016 19:17
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/0f8e10311efa433a9fbd to your computer and use it in GitHub Desktop.
Save georgechond94/0f8e10311efa433a9fbd to your computer and use it in GitHub Desktop.
ChatMessage.cs
public class ChatMessage
{
public string Username { get; set; }
public string Message { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment