質問編集履歴

1

修正

2016/01/12 09:04

投稿

fender0131
fender0131

スコア121

test CHANGED
File without changes
test CHANGED
@@ -24,11 +24,11 @@
24
24
 
25
25
 
26
26
 
27
- if(dataGridView1.CurrentCellAddress.X == 1 && dataGridView1.CurrentCellAddress.Y == 1)
27
+ if(dataGridView1.CurrentCellAddress.X == 0 && dataGridView1.CurrentCellAddress.Y == 0)
28
28
 
29
29
  {
30
30
 
31
- dataGridView1[0, 5].Focus();
31
+ dataGridView1[1, 0].Focus();
32
32
 
33
33
  }
34
34