摘要:        
After I create a MvvmLight(Win81) project, I want add a new view , but there is only MvvmView(Win8), there is no MvvmView(Win81)在源代码 mvvmlight_638169c85b8c\Installer\InstallItems\GalaSoft.MvvmLight.Templates\ItemTemplates中找到View.Win81等3个压缩文件,将其拷贝至C:\Users\userName\AppData\Local\Microsoft\VisualStudi    
阅读全文
摘要:        
RelayCommand有8个,看似很多,其实就是几个变化的组合:1.是否Generic2. 执行是使用lambda表达式还是method3.是否有CanExecute这些都在源代码Snippets中    
阅读全文