示例#1
0
 public SetDeviceCommand(ISipUserAgent agent, DeviceArguments args)
 {
     _agent = agent;
     _args = args;
 }
示例#2
0
 public SetDeviceCommand(ISipUserAgent agent, DeviceArguments args)
 {
     _agent = agent;
     _args  = args;
 }