Parameter improvements

This commit is contained in:
TheXamlGuy
2024-05-26 23:29:50 +01:00
parent baf504b815
commit cfc79e26f0
11 changed files with 136 additions and 115 deletions
+1 -1
View File
@@ -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);
}