Steve0212a
Steve0212a
Sorry, put that in the title. This is about your Building Efficiency screen. I am basically looking for a one stop shop for all important info about all buildings. I...
note on the above comment after I just ran into this issue while migrating from MVVM Light: > You can also [see that in the implementation](https://github.com/CommunityToolkit/dotnet/blob/d3250b6f789e86338646c23d72411636f717625d/CommunityToolkit.Mvvm/Input/RelayCommand%7BT%7D.cs#L83) of RelayCommand that CommunityToolkit.Mvvm...
great - thank you for the update
Was this ever completed?
same issue here +1
I do not have the expertise, but hopefully someone can help. thx
I will try my own client and see what I get. In the mean time, I was just about to try a work around where I catch the exception (shown...
I am getting back to this on a different project. I would like to use your solution calling initialize so I have access to the TCP Client. However, when I...
In case this helps anyone else, I have created a wrapper class that calls the private method using reflection passing in the the TCPClient and a remote endpoint. Obviously, this...