Use "proper" namespace since it's public

This commit is contained in:
Matt Nadareski
2025-09-22 21:05:39 -04:00
parent c12d3fbe15
commit d41cd63ad7
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
using System;
using System.Threading;
using System.Diagnostics;
using BinaryObjectScanner;
namespace ProtectionScan
{