Exemplo n.º 1
0
 public void removeLampSwitchTarget(LampSwitch a_lampSwitch)
 {
     m_lampSwitchTargets.Remove(a_lampSwitch);
     m_lampSwitchTargetsId.Remove(a_lampSwitch.getId());
 }
Exemplo n.º 2
0
 public void addLampSwitchTarget(LampSwitch a_lampSwitch)
 {
     m_lampSwitchTargets.AddLast(a_lampSwitch);
     m_lampSwitchTargetsId.AddLast(a_lampSwitch.getId());
 }