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