Beispiel #1
0
 protected void BeforeModelEventWithObjection(ObjectionableModelEventArgs<Car> args)
 {
     args.Object("Unit testing.", this);
 }
Beispiel #2
0
 protected void BeforeModelEvent(ObjectionableModelEventArgs<Car> args)
 {
     BeforeEventArgs = args;
 }