2012年4月29日

摘要: 连接数据库TextBlock显示某一字段值。public class Product:INotifyPropertyChanged 。。。。。。。。 private void button1_Click(object sender, RoutedEventArgs e){ ObservableCollection<Product> products = new ObservableCollection<Product>();。。。。。。。 this.DataContext = products;}<TextBlock Text="{Binding Pat 阅读全文
posted @ 2012-04-29 22:45 h2内存数据库 阅读(255) 评论(0) 推荐(0)

导航