mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move ResultEventArgs to Frontend
This commit is contained in:
@@ -150,6 +150,7 @@
|
||||
- Hacky move of DIC-specific code
|
||||
- Remove Drive dependency from GenerateSubmissionInfo
|
||||
- Move Drive to Frontend
|
||||
- Move ResultEventArgs to Frontend
|
||||
|
||||
### 3.1.9a (2024-05-21)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using BinaryObjectScanner;
|
||||
using MPF.Core;
|
||||
using MPF.Frontend;
|
||||
|
||||
namespace MPF.Check
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MPF.Core
|
||||
namespace MPF.Frontend
|
||||
{
|
||||
/// <summary>
|
||||
/// Generic success/failure result object, with optional message
|
||||
@@ -1,4 +1,4 @@
|
||||
using MPF.Core;
|
||||
using MPF.Frontend;
|
||||
using Xunit;
|
||||
|
||||
namespace MPF.Test.Core.Data
|
||||
|
||||
Reference in New Issue
Block a user