コード例 #1
0
 public PingServerService(JausRouter jausRouter)
 {
     pPingServer_PingFSM = new PingServer_PingFSM();
     pPingServer_PingFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingServer_PingFSM.setupNotifications();
 }
コード例 #2
0
 public PingServerService(JausRouter jausRouter )
 {
     pPingServer_PingFSM = new PingServer_PingFSM();
     pPingServer_PingFSM.setHandlers(ref ieHandler, ref jausRouter);
     pPingServer_PingFSM.setupNotifications();
 }