Exemplo n.º 1
0
 public static void Run(Action action)
 {
     if (action != null)
     {
         _processor.Run(action);
     }
 }