示例#1
0
 public TU3()
 {
     this.InitializeComponent();
     colorPointList.Add(Point1);
     colorPointList.Add(Point2);
     colorPointList.Add(Point3);
     LimoviCommon.pointColoring(PointList, colorPointList, Purpose);
 }
示例#2
0
 //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);
 }
示例#3
0
 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);
 }