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