Move ResultEventArgs to Frontend

This commit is contained in:
Matt Nadareski
2024-05-28 13:44:57 -04:00
parent 898069c799
commit 8c70f19959
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
using System;
using BinaryObjectScanner;
using MPF.Core;
using MPF.Frontend;
namespace MPF.Check
{