Esempio n. 1
0
 public void PulseSecond()
 {
     secondCard.Pulse();
 }
Esempio n. 2
0
 public void PulseFirst()
 {
     firstCard.Pulse();
 }