Esempio n. 1
0
 public void NotifyRatAboutOthersPresence(object sender, Rat rat)
 {
     RatNotifyOtherRatAboutHisPresence?.Invoke(sender, rat);
 }