CFieldDataIncA.cs 397 B

123456789101112131415161718
  1. using OTSCLRINTERFACE;
  2. using OTSDataType;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. namespace OTSModelSharp.Measure.OTSInclution
  9. {
  10. class CFieldDataIncA: COTSFieldData
  11. {
  12. public CFieldDataIncA(CBSEImgClr a_pBSEImg, double a_dPixelSize) : base(a_pBSEImg, a_dPixelSize)
  13. {
  14. }
  15. }
  16. }