Made useable by Helpers
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using View_by_Distance.Shared.Models;
|
||||
using Phares.Shared.Models;
|
||||
|
||||
namespace View_by_Distance.Windows.Models;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
using Phares.Shared.Models.Properties;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -9,7 +10,7 @@ public record WindowsSettings(string Company,
|
||||
int MaxDegreeOfParallelism,
|
||||
string? Page,
|
||||
string[] SidecarExtensions,
|
||||
bool VerifyOnly) : Shared.Models.Properties.IWindowsSettings
|
||||
bool VerifyOnly) : IWindowsSettings
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user