Skip to content

Commit 5fe3889

Browse files
committed
Update PortableDeviceObject.cs
1 parent 9eeea6d commit 5fe3889

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

source/WindowsAPICodePack/PortableDevices.Shared/ObjectModel/PortableDeviceObject.cs

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
//Copyright (c) Pierre Sprimont. All rights reserved.
22

3-
using Microsoft.WindowsAPICodePack.PropertySystem;
4-
using System;
5-
using System.Diagnostics;
6-
7-
#if WAPICP3
83
using Microsoft.WindowsAPICodePack.COMNative.PortableDevices.PropertySystem;
4+
using Microsoft.WindowsAPICodePack.PropertySystem;
95
using Microsoft.WindowsAPICodePack.PortableDevices.CommandSystem.Object;
106
using Microsoft.WindowsAPICodePack.PortableDevices.PropertySystem;
117
using Microsoft.WindowsAPICodePack.Win32Native;
128
using Microsoft.WindowsAPICodePack.Win32Native.PropertySystem;
139

10+
using System;
11+
using System.Diagnostics;
1412
using System.IO;
1513
using System.Runtime.InteropServices;
1614

17-
using static Microsoft.WindowsAPICodePack.COMNative.PortableDevices.PortableDeviceHelper;
18-
19-
using static WinCopies.ThrowHelper;
15+
using static
16+
#if WAPICP3
17+
WinCopies.ThrowHelper;
2018
#else
21-
using Microsoft.WindowsAPICodePack.PortableDevices.PropertySystem;
22-
23-
using static WinCopies.Util.Util;
19+
WinCopies.Util.Util;
2420
#endif
2521

22+
using static Microsoft.WindowsAPICodePack.COMNative.PortableDevices.PortableDeviceHelper;
23+
2624
using PropertyCollection = Microsoft.WindowsAPICodePack.PortableDevices.PropertySystem.PropertyCollection;
2725

2826
namespace Microsoft.WindowsAPICodePack.PortableDevices

0 commit comments

Comments
 (0)