Exemple #1
0
 public void RunCommand(object Command)
 {
     Bus.RunCommand(Command);
     if (DoNotApplyEvents == false)
     {
         applier.ApplyNewEventsToAllHandlers();
     }
 }