void On(AnotherSimpleEvent simpleEvent)
 {
     EventApplied = true;
     Value        = simpleEvent.Id.ToString();
 }
예제 #2
0
 void On(AnotherSimpleEvent simpleEvent)
 {
     EventApplied = true;
     Value        = simpleEvent.Content;
 }