Пример #1
0
 public void ExecutionMethod(IParent myObject)
 {
     //some code
     myObject.Execute();
     //some code
 }