Esempio n. 1
0
 static void ActiveHero(ISuperHero S)
 {
     S.ActiveSuperPowers();
 }
Esempio n. 2
0
 public static void ActivateHero(ISuperHero hero)
 {
     hero.ActiveSuperPowers();
 }