Beispiel #1
0
 public void PushEventUnexpectedStoreError(UnexpectedStoreErrorEvent _Event)
 {
     _pushEventUnexpectedStoreError(_Event);
 }
Beispiel #2
0
 protected virtual void _pushEventUnexpectedStoreError(UnexpectedStoreErrorEvent _Event)
 {
 }
Beispiel #3
0
 protected override void _pushEventUnexpectedStoreError(UnexpectedStoreErrorEvent _Event)
 {
     pushEvent(_Event);
 }