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