摘要:
内容摘自:《Pro Business Applications with Silverlight 5, 2nd Edition》 Page 50// Add the button and handle its Click eventButton button = new Button();button.Click += button_Click;LayoutRoot.Children.Add(button);// Now remove the button and clear the variable referenceLayoutRoot.Children.Remove(button);bu 阅读全文
posted @ 2012-09-10 16:18
PanYun
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号