This commit is contained in:
TheXamlGuy
2024-04-26 22:27:31 +01:00
parent d799eab511
commit 9f90ef693d
39 changed files with 236 additions and 211 deletions
+2 -4
View File
@@ -5,12 +5,10 @@ public record Navigate(string Route,
string? Scope = null,
object? Sender = null,
EventHandler? Navigated = null,
object[]? Parameters = null) :
INotification;
object[]? Parameters = null);
public record Navigate<TNavigation>(object Context,
object Template,
object Content,
object? Sender = null,
object[]? Parameters = null) :
INotification;
object[]? Parameters = null);