Exemple #1
0
 public clsLine(clsPoint d1, clsPoint d2)
 {
     D1 = d1;
     D2 = d2;
 }
Exemple #2
0
 public clsHinh()
 {
     d1 = new clsPoint();
     d2 = new clsPoint();
 }