摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Text;using System.Data.SqlClient;using System.Da... 阅读全文
posted @ 2012-05-11 11:18 a鼎盛科技 阅读(113) 评论(0) 推荐(0) 编辑
摘要: private bool IsExistsItem(string text) { foreach(ListViewItem item in listView1.Items) { if(item.Text==text) return true; } ... 阅读全文
posted @ 2012-05-11 11:17 a鼎盛科技 阅读(179) 评论(0) 推荐(0) 编辑