Improvement to navigation regions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface INavigationRegion
|
||||
{
|
||||
void Register(string name,
|
||||
object target);
|
||||
}
|
||||
Reference in New Issue
Block a user