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