コード例 #1
0
ファイル: Exercise.cs プロジェクト: www3291995/SystemDesign
 public void FireNotifyRat(object sender, Rat whichRat)
 {
     NotifyRat?.Invoke(sender, whichRat);
 }