Beispiel #1
0
 public UPnPLightServer(string serverId)
 {
     UpnPDevice = new UPnPDevice(serverId);
     AddRootDevice(UpnPDevice);
 }
Beispiel #2
0
 public UPnPLightServer(string serverId)
 {
   UpnPDevice = new UPnPDevice(serverId);
   AddRootDevice(UpnPDevice);
 }