Exemplo n.º 1
0
 public KibaMessageSink(IMessageSink next, KAopClassAttribute kaopAttr)
 {
     nextSink = next;
     this._kaopAttr = kaopAttr;
 }
Exemplo n.º 2
0
 public KibaContextProperty(KAopClassAttribute kaopAttr)
 {
     this._kaopAttr = kaopAttr;
 }