Esempio n. 1
0
 public Initializer()
 {
     if (s_dispatcher_OnExec == null)
     {
         s_dispatcher_OnExec = new DebugCommandStationEventHandler_OnExec_Callback(OnExec_callback);
         DebugCommandStation_SetCallback(s_dispatcher_OnExec);
     }
 }
Esempio n. 2
0
 private static extern void DebugCommandStation_SetCallback(DebugCommandStationEventHandler_OnExec_Callback fn);