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