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