LocationContainer
This commit is contained in:
6
Shared/Models/LocationContainer.cs
Normal file
6
Shared/Models/LocationContainer.cs
Normal file
@ -0,0 +1,6 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace View_by_Distance.Shared.Models;
|
||||
|
||||
public record LocationContainer<T>(bool FromDistanceContent, string File, int NormalizedRectangle, IReadOnlyList<T> Directories, Rectangle? Rectangle, Location? Location)
|
||||
{ }
|
Reference in New Issue
Block a user