Change to support 7680 x 4320 and
Configuration additions
This commit is contained in:
@ -5,11 +5,6 @@ namespace View_by_Distance.Property.Models.Stateless;
|
||||
public interface IResult
|
||||
{
|
||||
|
||||
const string Content = "()";
|
||||
const string Singleton = "{}";
|
||||
const string Collection = "[]";
|
||||
const string AllInOne = "_ _ _";
|
||||
|
||||
string TestStatic_GetRelativePath(Configuration configuration, string path);
|
||||
static string GetRelativePath(Configuration configuration, string path)
|
||||
=> Result.GetRelativePath(configuration, path);
|
||||
|
Reference in New Issue
Block a user