Example #1
0
 public void FireNotifyRat(object sender, Rat whichRat)
 {
     NotifyRat?.Invoke(sender, whichRat);
 }
Example #2
0
 public void FaireNotifyRat(Rat sender, Rat which)
 {
     NotifyRat?.Invoke(sender, which);
 }