Beispiel #1
0
 public void RaiseEvent(T data)
 {
     Occurred?.Invoke(data);
 }
Beispiel #2
0
 /// <inheritdoc />
 public void Method1()
 {
     Occurred?.Invoke(this, EventArgs.Empty);
 }