| 1234567891011121314151617 | using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ips.Sps.TskResults.Poses.Etos{    public class AddMarkerEto    {        public string Text { get; set; }        public double Lon { get; set; }        public double Lat { get; set; }    }}
 |