摘要: 内容摘自:《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)
摘要: DECLARE@TOPNUMINTSELECT@TOPNUM=10SELECT TOP(@TOPNUM) * FROM WF_ApplyApprove 阅读全文
posted @ 2011-11-06 18:07 PanYun 阅读(103) 评论(0) 推荐(0)