You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would prefer being able to directly push into the gui which I tried to do before just making it list to fix the issue of it only being able to handle 1 message per gui update.
GUI now uses a timer (lol) to poll new messages from the class to the GUI.
There must be a better way of doing this, less cpu intensive. Maybe with a event handler delegate?
or
https://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: