Exemplo n.º 1
0
 public PingServerService(JausRouter jausRouter)
 {
     pPingServer_PingFSM = new PingServer_PingFSM();
     pPingServer_PingFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingServer_PingFSM.setupNotifications();
 }
Exemplo n.º 2
0
 public PingServerService(JausRouter jausRouter )
 {
     pPingServer_PingFSM = new PingServer_PingFSM();
     pPingServer_PingFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingServer_PingFSM.setupNotifications();
 }