public ServiceEventArgs(ServiceAnnouncement service, UpnpOperation operation)
 {
     this.service   = service;
     this.operation = operation;
 }
示例#2
0
 public ServiceEventArgs (ServiceAnnouncement service, UpnpOperation operation)
 {
     this.service = service;
     this.operation = operation;
 }
 internal DeviceEventArgs(DeviceAnnouncement device, UpnpOperation operation)
 {
     this.device    = device;
     this.operation = operation;
 }
示例#4
0
 internal DeviceEventArgs (DeviceAnnouncement device, UpnpOperation operation)
 {
     this.device = device;
     this.operation = operation;
 }