Builds but needs tested
This commit is contained in:
10
APC Viewer/Models/Properties/IBackgroundPage.cs
Normal file
10
APC Viewer/Models/Properties/IBackgroundPage.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace APCViewer.Models.Properties;
|
||||
|
||||
public interface IBackgroundController
|
||||
{
|
||||
|
||||
public List<Exception> Exceptions { get; }
|
||||
public string Message { get; }
|
||||
public string WorkingDirectory { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user