Exemple #1
0
 public DeviceSlotAlreadyOpenedException(AppiDeviceSlot slot)
     : base(string.Format("Устройство {0} уже было открыто", slot))
 {
     this.Slot = slot;
 }
Exemple #2
0
 public DeviceSlotAlreadyOpenedException(AppiDeviceSlot slot)
     : base(string.Format("Устройство {0} уже было открыто", slot))
 {
     this.Slot = slot;
 }