Example #1
0
 /// <summary>
 /// Performs the reaction based on disposition. If the reaction does not have that type of reaction then it will 
 /// 	perform the default reaction
 /// </summary>
 /// <param name='reaction'>
 /// Reaction to do
 /// </param>
 private void PerformReactionBasedOnDisposition(DispositionDependentReaction reaction)
 {
     reaction.PerformReaction();
 }