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