摘要: //Combobox private void T_Form_CY_CBD_D_CurrentCellChanged(object sender, EventArgs e) { DataGridViewCell CurrnetCell = T_Form_CY_CBD_D.CurrentCell; T 阅读全文
posted @ 2016-10-14 16:00 追逐苦痛 阅读(655) 评论(0) 推荐(0)
摘要: private void T_Form_CY_CBD_D_CellValueChanged(object sender, DataGridViewCellEventArgs e) { if (T_Form_CY_CBD_D.Rows.Count > 0 && e.RowIndex >= 0) { / 阅读全文
posted @ 2016-10-14 15:57 追逐苦痛 阅读(756) 评论(0) 推荐(0)