摘要: 代码如下:1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;45usingSystem.Threading;6usingSystem.Collections;789namespaceSyncEvents10{11publicclassSyncEvents12{1314publicSyncEvents()15{16//Au...
阅读全文
摘要: 两个ListBox的相互操作有四个按:全选,单选,反单选,反全选.一.一种情况是这四个按钮用服务器控件:/**////<summary>///选中全部///</summary>///<paramname="sender"></param>///<paramname="e"></param>protectedvoidbtnSel...
阅读全文