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
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IActivityIndicator
{
bool Active { get; set; }
bool IsActive { get; set; }
}