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