Exemplo n.º 1
0
 public void OnEvent(object sender, ObjectInfoEventArgs args
                     )
 {
     _enclosing.AssertClientTransaction(args);
     activationLog.xed = true;
 }
Exemplo n.º 2
0
 public void OnEvent(object sender, CancellableObjectEventArgs
                     args)
 {
     _enclosing.AssertClientTransaction(args);
     activationLog.xing = true;
 }