10 lines
210 B
C#
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; }
|
|
|
|
} |