Beispiel #1
0
 public void SendNudge(Contact contact)
 {
     contact.SendNudge();
 }
Beispiel #2
0
 public void SendNudge(Contact remote)
 {
     remote.SendNudge();
 }