コード例 #1
0
 protected bool Equals(StageFinishedEvent other)
 {
     return(Equals(_stageId, other._stageId));
 }
コード例 #2
0
 public void On(StageFinishedEvent evnt)
 {
     _currentStage++;
 }