Beispiel #1
0
 public void setInterface(whatiDo param)
 {
     myInter = param;
 }
Beispiel #2
0
 public Strategy(whatiDo a)
 {
     myInter = a;
 }