Пример #1
0
 public void OnEvent(object sender, ObjectInfoEventArgs args
                     )
 {
     _enclosing.AssertClientTransaction(args);
     activationLog.xed = true;
 }
Пример #2
0
 public void OnEvent(object sender, CancellableObjectEventArgs
                     args)
 {
     _enclosing.AssertClientTransaction(args);
     activationLog.xing = true;
 }