Пример #1
0
 public void PulseSecond()
 {
     secondCard.Pulse();
 }
Пример #2
0
 public void PulseFirst()
 {
     firstCard.Pulse();
 }