Improve loading of widgets

This commit is contained in:
TheXamlGuy
2024-01-21 19:59:32 +00:00
parent 45070dc560
commit c07eafc9cf
49 changed files with 471 additions and 254 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public interface IConfiguration<out TConfiguration>
where TConfiguration :
class, new()
class
{
TConfiguration Value { get; }
}