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