Beispiel #1
0
 protected virtual void OnMainReplaced()
 {
     MainReplaced?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 protected void OnMainReplaced(MainChangedEventArgs args)
 {
     MainReplaced?.Invoke(this, args);
 }