apc-viewer/APC Viewer/Models/Properties/IBackgroundPage.cs

10 lines
210 B
C#

namespace APCViewer.Models.Properties;
public interface IBackgroundController
{
public List<Exception> Exceptions { get; }
public string Message { get; }
public string WorkingDirectory { get; }
}