摘要:
//判断RName 这一列是否有重复的值 for (int i = 0; i < dt.Rows.Count; i++) { for (int j = i + 1; j < dt.Rows.Count; j++) ... 阅读全文
摘要:
/// /// DataGridView显示行号 /// /// /// private void dataGridWebResourceView_RowPostPaint(object sender, Data... 阅读全文
摘要:
ResXResourceReader resxr = new ResXResourceReader(txt_WebResourceOpenFile.Text); IEnumerable rrt = from DictionaryEntry d in re... 阅读全文