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