Exemplo n.º 1
0
 public void EquipComponent(iComponent pw)
 {
     if (VerifyComponent(pw))
     {
         Utility = (iUtilityComponent)pw;
     }
     else
     {
         /// Do nothing
     }
 }
Exemplo n.º 2
0
 public void RemoveComponent()
 {
     Utility = null;
 }