Ejemplo n.º 1
0
 public PlotPoints(PlotPoint x, PlotPoint y)
 {
     this.X = x;
     this.Y = y;
     if ((Y.PointType == typeof(int)) || (Y.PointType == typeof(double)) || (Y.PointType == typeof(decimal)))
     {
     }
 }
Ejemplo n.º 2
0
 public PlotPoints(PlotPoint x, PlotPoint y)
 {
     this.X = x;
     this.Y = y;
 }