Beispiel #1
0
 protected abstract void Execute(eXAlert alert, AlertInterest interest);
Beispiel #2
0
 void IAlertPublisher.Execute(eXAlert alert, AlertInterest interest)
 {
     Execute(alert, interest);
 }