Example #1
0
 public override bool Process(ChildAction1 action)
 {
     Console.WriteLine("Root action 2, Child action 1");
     return(true);
 }
Example #2
0
 public virtual bool Process(ChildAction1 action)
 {
     return(false);
 }