摘要:
[csharp] view plaincopyprint?#region 对LISTBOX控件操作 /// /// 新增数据 /// /// /// protectedvoid AddBtn_Click(Object Src, EventArgs E) { if (lbPrograms.SelectedIndex != -1) { int iItemCount = lbPrograms.Items.Count; string sItemStr = string.Empty; for (int i = 0; i /// 新增所有数据 ///... 阅读全文
posted @ 2013-08-23 17:56
昊仔
阅读(551)
评论(0)
推荐(0)

浙公网安备 33010602011771号