Пример #1
0
 void AnnounceInsideFactory(CurseWordUttered theEvent)
 {
 }
Пример #2
0
        void AnnounceInsideFactory(CurseWordUttered theEvent)
        {

        }
Пример #3
0
 void AnnounceInsideFactory(CurseWordUttered theEvent)
 {
     if (!ListOfCurseWordsUttered.Contains(theEvent.TheWord))
     {
         // if this word is not in the list, add it
         ListOfCurseWordsUttered.Add(theEvent.TheWord);
     }
 }