摘要:
// 1. 我打算用slider1作为Source // 2. 我打算用textBox1作为Target Binding binding = new Binding(); binding.Source = this.slider1; binding.Path = new PropertyPath("Value"); this.te... 阅读全文
posted @ 2009-04-22 17:49
昨夜心辰
阅读(261)
评论(0)
推荐(0)
2009年4月22日