This commit is contained in:
TheXamlGuy
2024-05-04 22:35:12 +01:00
parent fe07d9e994
commit 53efbb13c5
7 changed files with 146 additions and 6 deletions
+5
View File
@@ -8,4 +8,9 @@ public interface IProvider<TParameter, TService>
public interface IProvider<TService>
{
TService? Get();
}
public interface ISelectable
{
bool Selected { get; set; }
}