12345678910111213141516171819 |
- 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 COTSFieldForIncA: COTSField
- {
- public COTSFieldForIncA(Point center, double a_dPixelSize) : base(center, a_dPixelSize)
- {
-
- }
- }
- }
|