using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Bro.M135.Common { public interface IDefectIndicatorDisplay { string BackgroundImageFilePath { get; set; } List DefectIndicatorCollection { get; set; } } }