Parameter improvements
This commit is contained in:
@@ -6,7 +6,7 @@ public interface INavigationScope
|
||||
object? sender = null,
|
||||
object? region = null,
|
||||
EventHandler? navigated = null,
|
||||
object[]? parameters = null);
|
||||
IDictionary<string, object>? parameters = null);
|
||||
|
||||
void Back(object? region);
|
||||
}
|
||||
Reference in New Issue
Block a user