net6.0 Ready to test
This commit is contained in:
8
EDA Viewer/Models/Properties/IBackground.cs
Normal file
8
EDA Viewer/Models/Properties/IBackground.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace EDAViewer.Models.Properties;
|
||||
|
||||
public interface IBackground
|
||||
{
|
||||
|
||||
public List<Timer> Timers { get; }
|
||||
|
||||
}
|
10
EDA Viewer/Models/Properties/IBackgroundPage.cs
Normal file
10
EDA Viewer/Models/Properties/IBackgroundPage.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace EDAViewer.Models.Properties;
|
||||
|
||||
public interface IBackgroundPage
|
||||
{
|
||||
|
||||
public List<Exception> Exceptions { get; }
|
||||
public string Message { get; }
|
||||
public string WorkingDirectory { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user