Ejemplo n.º 1
0
 public override mtest.BasicTypes_subscriber makeHandler_theAggregate(mtest.IBasicTypes data)
 {
     return(new BasicTypes_stub(data, handled));
 }
Ejemplo n.º 2
0
 public BasicTypes_stub(mtest.IBasicTypes data, List <Events> handled) : base(data)
 {
     this.handled = handled;
 }