Files
2025-02-12 20:59:38 +00:00

6 lines
97 B
C#

namespace Toolkit.Foundation;
public interface INavigation
{
void Back(object? region);
}