Beispiel #1
0
 public void When(CurseWordUttered theEvent)
 {
     if (!ListOfCurseWordsUttered.Contains(theEvent.TheWord))
     {
         // if this word is not in the list, add it
         ListOfCurseWordsUttered.Add(theEvent.TheWord);
     }
 }
Beispiel #2
0
 void AnnounceInsideFactory(CurseWordUttered theEvent)
 {
     if (!ListOfCurseWordsUttered.Contains(theEvent.TheWord))
     {
         // if this word is not in the list, add it
         ListOfCurseWordsUttered.Add(theEvent.TheWord);
     }
 }
Beispiel #3
0
 public void When(CurseWordUttered theEvent)
 {
     if (!ListOfCurseWordsUttered.Contains(theEvent.TheWord))
     {
         // if this word is not in the list, add it
         ListOfCurseWordsUttered.Add(theEvent.TheWord);
     }
 }
Beispiel #4
0
 void AnnounceInsideFactory(CurseWordUttered e)
 {
 }
Beispiel #5
0
 void AnnounceInsideFactory(CurseWordUttered e)
 {
 }
 public void When(CurseWordUttered cmd)
 {
     //throw new NotImplementedException();
 }
 public void When(CurseWordUttered c)
 {
     //throw new NotImplementedException();
 }
 void When(CurseWordUttered e)
 {
 }
Beispiel #9
0
 void When(CurseWordUttered e)
 {
 }