Beispiel #1
0
 public void OnRun(RanEventArgs e)
 {
     Ran?.Invoke(this, e);
 }
Beispiel #2
0
 protected void _PropagateRunEvent(object sender, RanEventArgs e)
 {
     OnRun(e);
 }