Beispiel #1
0
 public void InheritMethod(TestObject to)
 {
     MyMethod(to.MyMethod());
 }
Beispiel #2
0
 public void InheritMethod(TestObject to)
 {
     MyMethod(to.MyMethod());
 }