4 lines
81 B
C#
4 lines
81 B
C#
namespace Toolkit.Foundation
|
|
{
|
|
public record NavigateBack(object Route);
|
|
} |