Exemplo n.º 1
0
 public void SetRunLink(Run r)
 {
     run = r;
 }
Exemplo n.º 2
0
 //Конструктор
 public Points(Run r)
 {
     run = r;
 }