Fix namespaces.

This commit is contained in:
2020-07-20 15:43:52 +01:00
parent 0e7a86880e
commit f1fa52716c
247 changed files with 343 additions and 97 deletions

View File

@@ -35,9 +35,10 @@ using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Management;
using System.Runtime.InteropServices;
using System.Text;
using Aaru.Helpers;
using Microsoft.Win32.SafeHandles;
using Marshal = System.Runtime.InteropServices.Marshal;
namespace Aaru.Devices.Windows
{