Esempio n. 1
0
 public Track(int start, Wave wave) : this()
 {
     Start = start;
     Wave  = wave;
 }