using OTSCLRINTERFACE; using OTSDataType; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OTSModelSharp.Measure.OTSInclution { class CFieldDataIncA: COTSFieldData { public CFieldDataIncA(CBSEImgClr a_pBSEImg, double a_dPixelSize) : base(a_pBSEImg, a_dPixelSize) { } } }