摘要:
private void DataGridView1_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e) { if (e.RowIndex >= 0) { if (e.Button == System.Windows.Forms.MouseButtons.Right) { dataGridView1.CurrentCe... 阅读全文
posted @ 2010-10-05 20:13
赤色彗星
阅读(1500)
评论(0)
推荐(0)
浙公网安备 33010602011771号