예제 #1
0
 public void Update(ContactMarker marcador)
 {
     if (marcador != null)
     {
         this.Marker = marcador;
     }
 }
예제 #2
0
 public Contact(EContactType type, string value)
 {
     Type   = type;
     Value  = value;
     Marker = new ContactMarker("Smartphone");
 }