Ejemplo n.º 1
0
 static void DisableDispatch(DispatchAction action)
 {
     if (action != null)
     {
         action.Dispatch = false;
     }
 }
Ejemplo n.º 2
0
 void SetDispatch(DispatchAction action)
 {
     if (action != null)
     {
         action.Dispatch = Dispatch;
     }
 }
Ejemplo n.º 3
0
 static void DisableDispatch(DispatchAction action)
 {
     if (action != null)
         action.Dispatch = false;
 }
Ejemplo n.º 4
0
 void SetDispatch(DispatchAction action)
 {
     if (action != null)
         action.Dispatch = Dispatch;
 }