标签: mvvm naming-conventions naming
在我的解决方案中,我有POCO,View项目和视图模型项目的项目。 有两种类型的ViewModel:
Window
CustomControl
ViewModelBase
我想将所有ViewModel分成两个文件夹,但我对它们的命名感到困惑。 你能建议一些变种吗?
感谢。