public void Call(IMethodCaller mc)
 {
     mc.CallMethod();
 }
Example #2
0
 public void Call(IMethodCaller mc)
 {
     mc.CallMethod();
 }