Esempio n. 1
0
 public PingClientService(JausRouter jausRouter )
 {
     pPingClient_PingClientFSM = new PingClient_PingClientFSM();
     pPingClient_PingClientFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingClient_PingClientFSM.setupNotifications();
 }
Esempio n. 2
0
 public PingClientService(JausRouter jausRouter)
 {
     pPingClient_PingClientFSM = new PingClient_PingClientFSM();
     pPingClient_PingClientFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingClient_PingClientFSM.setupNotifications();
 }