コード例 #1
0
 override protected void _presentationDAL_OnPresentationAdded(object sender, PresentationEventArg e)
 {
     _globalNotifier.Notify(e.UserIdentity, this, "PresentationAdded", e.UserIdentity, e.PresentationInfo);
 }
コード例 #2
0
 protected abstract void _presentationDAL_OnPresentationAdded(object sender, PresentationEventArg e);
コード例 #3
0
 protected override void _presentationDAL_OnPresentationAdded(object sender, PresentationEventArg e)
 {
     if (_notifier != null)
         _notifier.PresentationAdded(e.UserIdentity, e.PresentationInfo);
 }