4 lines
88 B
C#
4 lines
88 B
C#
namespace TheXamlGuy.Framework.Core
|
|
{
|
|
public record NavigateBack(object Route);
|
|
} |