public TU3() { this.InitializeComponent(); colorPointList.Add(Point1); colorPointList.Add(Point2); colorPointList.Add(Point3); LimoviCommon.pointColoring(PointList, colorPointList, Purpose); }
//constructor public A_IZ1_IZ6() { this.InitializeComponent(); colorPointList.Add(Point1); colorPointList.Add(Point2); colorPointList.Add(Point3); colorPointList.Add(Point4); colorPointList.Add(Point5); colorPointList.Add(Point6); colorPointList.Add(Point7); LimoviCommon.pointColoring(PointList, colorPointList, Purpose); }
public N_IZ13() { this.InitializeComponent(); colorPointList.Add(Point1); colorPointList.Add(Point2); colorPointList.Add(Point3); colorPointList.Add(Point4); lineList.Add(Line1); lineList.Add(Line1); lineList.Add(Line1); lineList.Add(Line1); LimoviCommon.pointColoring(PointList, colorPointList, Purpose); }