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