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