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