6 lines
261 B
C#
6 lines
261 B
C#
using System.Drawing;
|
|
|
|
namespace View_by_Distance.Shared.Models;
|
|
|
|
public record LocationContainer<T>(bool FromDistanceContent, string File, long PersonKey, int Id, int WholePercentages, IReadOnlyList<T> Directories, Rectangle? Rectangle, Location? Location)
|
|
{ } |