摘要: namespace ExampleSilverlightApp{ public partial class MainPage : UserControl { private ProductsDomainContext _productContext = new ProductsDomainContext(); public MainPage() { InitializeComponent(); L... 阅读全文
posted @ 2010-09-10 17:41 酷风 阅读(304) 评论(0) 推荐(1)