void IStack.Start(System.Net.IPAddress aIpAddress) { iEventServer = new EventServerUpnp(); iListenerNotify = new SsdpListenerMulticast(); iBoxes = new Boxes(iHelper, iEventServer, iListenerNotify); iBoxes.EventRoomAdded += RoomAddedHandler; iBoxes.EventRoomRemoved += RoomRemovedHandler; iEventServer.Start(aIpAddress); iListenerNotify.Start(aIpAddress); iBoxes.Start(aIpAddress); }