Bug fixes

This commit is contained in:
TheXamlGuy
2024-07-05 21:57:01 +01:00
parent f937a1d999
commit 5654b86cea
10 changed files with 27 additions and 24 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Toolkit.Foundation;
public record OpenEventArgs<TSender>(TSender? Sender = default);