Example #1
0
 public void CallProperEvent()
 {
     ProperEvent?.Invoke(this, new MessageEventArgs("Listen to me."));
 }
Example #2
0
 public void CallProperEvent()
 {
     ProperEvent?.Invoke(this, new EventArgs());
 }