翔如菲菲

其实天很蓝,阴云总会散;其实海不宽,此岸连彼岸.

导航

2011年12月18日 #

WPF(MVVM) Quick Start Tutorial

摘要: 这篇教程摘自代码工程:http://www.codeproject.com/KB/WPF/WpfMvvmQuickStart.aspxThe BasicsThe biggest thing about WPF is data binding. In short, you have some data, typically in a collection of some sort, and you want to display it to the user. You can 'bind' your XAML to the data.WPF has two parts, the 阅读全文

posted @ 2011-12-18 01:34 翔如飞飞 阅读(723) 评论(0) 推荐(0)