10 lines
212 B
C#
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; }
|
|
|
|
// } |