Changed using from ComCtl32 to Shell32 after movement of shell interfaces

pull/83/head
David Hall 2019-10-25 18:55:14 -06:00
parent 6d4dc46131
commit 1216cdd22f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System.Runtime.InteropServices.ComTypes;
using System.Windows.Forms;
using Vanara.InteropServices;
using Vanara.PInvoke;
using static Vanara.PInvoke.ComCtl32;
using static Vanara.PInvoke.Shell32;
using static Vanara.PInvoke.User32;
namespace Vanara.Extensions