예제 #1
0
 public void Add(PegPointType pointSource)
 {
     pegPointSources.Add(new PegPointSource(pointSource));
 }
예제 #2
0
 public PegPointSource(PegPointType pointSource)
 {
     PointSource = pointSource;
 }