List of Contributions

Ladrone

Contact Details

Ladrone


My Content

1 to 1 of 1 total
Posted By Ladrone Mar 14, 2024 10:09:00 AM
Found In Egroup: Advanced Software
\ view thread
I know that there are some issue with RemoteVariableSynchronizer, I foud out that if you firts register the variable change and then add the variable to the RemoteVariableSynchronizer it work. displayedUnitPointer.VariableChange += DisplayedUnitPointer_VariableChange; synchronizer.Add(displayedUnitPointer); ...