Exemple #1
0
 public bool checkMainConstalation(star begin, star over)
 {
     return(mainConstalation.checkLines(begin, over));
 }
Exemple #2
0
 public void checkMainConstalation(star begin, star over)
 {
     mainConstalation.checkLines(begin, over);
 }