Exemplo n.º 1
0
        internal override string ToTimelineString()
        {
            string timelinestring = base.ToTimelineString();

            return(string.Format("{0} {1} rejected contact with {2} at {3}.",
                                 timelinestring, RejectorEn.ToString(), ContactorEn.ToString(), Site.AltName));
        }
Exemplo n.º 2
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} {1} rejected contact with {2} at {3}.",
                                 timestring, RejectorEn.ToString(), ContactorEn.ToString(), Site.AltName));
        }