Exemplo n.º 1
0
 public void StartGame()
 {
     TimerStart?.Invoke(this, new EventArgs());
 }
Exemplo n.º 2
0
 private void AnimationEnd(object sender, EventArgs e)
 {
     DeleteEgg?.Invoke(sender, e);
     TimerStart?.Invoke(this, e);
 }