Exemplo n.º 1
0
 public void RemoveDevice(BasicTriListWithSmartObject device)
 {
     InternalContactList.RemoveDevice(device);
     InternalSourceList.RemoveDevice(device);
     InternalLightingList.RemoveDevice(device);
     InternalCameraList.RemoveDevice(device);
 }
Exemplo n.º 2
0
        public void Dispose()
        {
            if (IsDisposed)
            {
                return;
            }

            IsDisposed = true;

            InternalContactList.Dispose();
            InternalSourceList.Dispose();
            InternalLightingList.Dispose();
            InternalCameraList.Dispose();
            ComponentMediator.Instance.Dispose();
        }