随笔分类 -  C#

摘要:If e.Button = MouseButtons.Right AndAlso e.RowIndex > -1 AndAlso e.ColumnIndex > -1 Then DGV_Longitudinal.CurrentRow.Selected = False DGV_Longit... 阅读全文
posted @ 2013-05-08 10:07 JasonJiang 阅读(259) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2013-05-06 14:30 JasonJiang 阅读(665) 评论(0) 推荐(0)