how to load wpf usercontrol in MVVM pattern

前端 未结 6 1738
刺人心
刺人心 2021-02-06 12:36

I\'m creating a wpf user control which is in mvvm pattern. So we have : view(with no code in codebehind file), viewmodel,model,dataaccess files.

I have MainWindo

6条回答
  •  忘了有多久
    2021-02-06 13:06

    You can probably look at MSDN. I find it as a good resource, though it doesn't explain how to use usercontrols,you will find your way out.

提交回复
热议问题