Esempio n. 1
0
 public void Add(PegPointType pointSource)
 {
     pegPointSources.Add(new PegPointSource(pointSource));
 }
Esempio n. 2
0
 public PegPointSource(PegPointType pointSource)
 {
     PointSource = pointSource;
 }