using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ThermoCamUtils { public class SetPoints { #region Public Properties public List Coords { get; set; } = new List(); public int curr { get; set; } = 0; #endregion Public Properties } }