Пример #1
0
        /// <summary>
        /// Updates the device table cell to the given device.
        /// </summary>
        /// <param name="device">Device.</param>
        public void UpdateTo(IION ion, DeviceRecord record)
        {
            this.ion    = ion;
            this.record = record;

            UpdateLabels();
            UpdateActivityViews();
        }
Пример #2
0
 // Overridden from IReleasable
 public void Release()
 {
     record = null;
 }