Exemplo n.º 1
0
 public ChatlineFragment(string text, ChatlineColor color)
 {
     Text  = text;
     Color = color.ToString();
 }