using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel { class VisualSampleArea { List m_SampleGDIObjects;// List m_MeasureGDIObjects;//path List m_MeasurePathGDIObjects; string m_SampleSelectName; } }