Ejemplo n.º 1
0
 public ContactList(Guid abId, Owner owner, NSMessageHandler handler)
     : this(abId, owner, null, handler)
 {
 }
Ejemplo n.º 2
0
 public ContactList(string abId, Owner owner, NSMessageHandler handler)
     : this(new Guid(abId), owner, handler)
 {
 }