private void dgvInfo_Paint(object sender, PaintEventArgs e)
{
e.Graphics.DrawRectangle(Pens.SteelBlue, new Rectangle(0, 0, this.dgvInfo.Width - 1, this.dgvInfo.Height - 1));
}
{
e.Graphics.DrawRectangle(Pens.SteelBlue, new Rectangle(0, 0, this.dgvInfo.Width - 1, this.dgvInfo.Height - 1));
}