Exemplo n.º 1
0
        public void AppendSegment(string text, Color color)
        {
            var msgSeg = new MessageSegment
            {
                Text      = text,
                TextColor = color
            };

            Segments.Add(msgSeg);
        }
Exemplo n.º 2
0
        public void AppendSegment(string text, Color color)
        {
            var msgSeg = new MessageSegment
            {
                Text = text,
                TextColor = color
            };

            Segments.Add(msgSeg);
        }