Improve loading of widgets
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public interface IConfiguration<out TConfiguration>
|
||||
where TConfiguration :
|
||||
class, new()
|
||||
class
|
||||
{
|
||||
TConfiguration Value { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user