All Questions
1 question
3
votes
3
answers
1k
views
How to decouple code behind with business logic?
I'm having a hard time to decouple two classes.
I have my code behind (will call it "class A") that I use to tweak the interface (defined in xaml).
Next I have a class B that is only logic. But ...