예제 #1
0
        internal override string ToTimelineString()
        {
            string timelinestring = base.ToTimelineString();

            return(string.Format("{0} {1} made contact with {2} at {3}.",
                                 timelinestring, ContactorEn.ToString(), ContactedEn.ToString(), Site.AltName));
        }
예제 #2
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

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