ApiBase: Rename PropertyGet to more generic Invocator

This commit is contained in:
softworkz
2025-11-15 10:09:51 +01:00
parent 10bf461b51
commit 515430ff96
11 changed files with 104 additions and 104 deletions

View File

@@ -30,7 +30,7 @@ namespace ElectronNET.API
{
get
{
return Task.Run(() => GetPropertyAsync<Rectangle>()).Result;
return Task.Run(() => this.InvokeAsync<Rectangle>()).Result;
}
set
{