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