More renaming

This commit is contained in:
TheXamlGuy
2024-06-16 15:48:53 +01:00
parent a0b074c9e0
commit 02969b3850
15 changed files with 91 additions and 107 deletions
-5
View File
@@ -3,9 +3,4 @@
public interface IActivated
{
Task OnActivated();
}
public interface IActivated<TResult>
{
Task Activated(TResult result);
}