I have a very complex gui with with many different nested view classes, and i dont want to call every instanced class in order to set the new themecolors.
Is it possible to raise a global event where every class can listen to it? This would save me a huge work
Is it possible to raise a global event where every class can listen to it? This would save me a huge work