i am writing simple wpf app, which contains 3 eclipses, and in the background it it calls 3 different functions.
Each function return true or false. Based on the return values corresponding eclipse color should change to either green or red based on the return values.
How can i do that simply?