Ready to test Windows Project
This commit is contained in:
10
Shared/Models/Properties/IWindowsSettings.cs
Normal file
10
Shared/Models/Properties/IWindowsSettings.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IWindowsSettings
|
||||
{
|
||||
|
||||
public string[] IgnoreExtensions { init; get; }
|
||||
public string[] ValidImageFormatExtensions { init; get; }
|
||||
public string[] ValidVideoFormatExtensions { init; get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user