Exemplo n.º 1
0
 private void SetDonationKey(string donationKey)
 {
     OnSetDonationKey?.Invoke(donationKey);
     // After swapping the implementations
     // this will call the original setter.
     SetDonationKey(donationKey);
 }
Exemplo n.º 2
0
 internal static void RaiseDonationKeyChangeEvent(string donationKey)
 {
     OnSetDonationKey?.Invoke(donationKey);
 }