Fix region bug
This commit is contained in:
@@ -2,11 +2,5 @@
|
||||
|
||||
public interface INavigation
|
||||
{
|
||||
void Navigate(string route,
|
||||
object? sender = null,
|
||||
object? region = null,
|
||||
EventHandler? navigated = null,
|
||||
IDictionary<string, object>? parameters = null);
|
||||
|
||||
void Back(object? region);
|
||||
}
|
||||
Reference in New Issue
Block a user