public void DoEvent() { if (PhoneCall != null) { PhoneCall.Invoke(); } }
public void DoEvent() { PhoneCall?.Invoke(); }