7 lines
127 B
C#
7 lines
127 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface INavigationRegion
|
|
{
|
|
void Register(string name,
|
|
object target);
|
|
} |