Hi everyone
My WinForm app is starting to get more complexe, i now have several forms that hide and show again.
The problem is the data only updates on load, and i dont want to make new querys every time the form changes.
Example, i have global variables ans SQL results that i populate and want to see on form automaticly witheout having to dispose/close and reopen.
I just want to refresh the variables on the fly instantaniously when they change.
Maybe like react/observables in Angular/RXJS/NGRX.
Any idea ?