IgnoreExtensions-nef
Config-LoadPhotoPrismLocations TestMethodIntersect
This commit is contained in:
@ -3,6 +3,11 @@ namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
||||
public interface IOutputResolution
|
||||
{ // ...
|
||||
|
||||
(int, int) TestStatic_Get(Models.OutputResolution outputResolution) =>
|
||||
Get(outputResolution);
|
||||
static (int, int) Get(Models.OutputResolution outputResolution) =>
|
||||
OutputResolution.Get(outputResolution);
|
||||
|
||||
int TestStatic_GetHeight(Models.OutputResolution outputResolution) =>
|
||||
GetHeight(outputResolution);
|
||||
static int GetHeight(Models.OutputResolution outputResolution) =>
|
||||
|
Reference in New Issue
Block a user