Files
view-by-distance-mklink-con…/Shared/Models/Properties/IOutputResolution.cs
2024-10-20 17:49:11 -07:00

10 lines
212 B
C#

// namespace View_by_Distance.Shared.Models.Properties;
// public interface IOutputResolution
// {
// public int Height { get; }
// public int Orientation { get; }
// public int Width { get; }
// }