// 그리드 행 아래로 private void pictureBox5_Click(object sender, EventArgs e) { UIService.DataGridViewRowMoveDown(dataGridView1); UIService.AutoSequence(dataGridView1); }