Example #1
0
 public PhoneEvent(PhoneStatusType status, string device, string id, string callerId) : this(status, device, id)
 {
     CallerId = callerId;
 }
Example #2
0
 public PhoneEvent(PhoneStatusType status, string device) : this(status)
 {
     Device = device;
 }
Example #3
0
 public PhoneEvent(PhoneStatusType status, string device, string id) : this(status, device)
 {
     CallId = id;
 }
Example #4
0
 public PhoneEvent(PhoneStatusType status) : this()
 {
     Type = status;
 }
Example #5
0
 public PhoneEvent(PhoneStatusType status, string device, string id, string callerId) : this(status, device, id)
 {
     CallerId = callerId;
 }
Example #6
0
 public PhoneEvent(PhoneStatusType status, string device, string id) : this(status, device)
 {
     CallId = id;
 }
Example #7
0
 public PhoneEvent(PhoneStatusType status, string device) : this(status)
 {
     Device = device;
 }
Example #8
0
 public PhoneEvent(PhoneStatusType status) : this()
 {
     Type = status;
 }