摘要: Silverlight:delegate void DelegateSetValue(Button btn, string value);private void TheTime(){ DelegateSetValue d = new DelegateSetValue(SetValue); btnSearch.Dispatcher.BeginInvoke(d, btnSearch, "忙--");...
阅读全文
posted @ 2008-10-15 17:31 排骨面 阅读(50) 评论(0)
编辑