OtherClass.Subscribe(_ => KeepWorking = !KeepWorking); KeepWorking is a bool This works fine, but what is Lambda expression _ => :( Best regards Agha Khan
OtherClass.Subscribe(_ => KeepWorking = !KeepWorking); KeepWorking is a bool This works fine, but what is Lambda expression _ => :( Best regards Agha Khan