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