質問編集履歴

1

誤字

2015/10/01 06:59

投稿

fender0131
fender0131

スコア121

test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
  {
118
118
 
119
- k.y1 = float.Parse(textBox1.Text);
119
+ k.y1 = float.Parse(textBox2.Text);
120
120
 
121
121
  }
122
122
 
@@ -126,7 +126,7 @@
126
126
 
127
127
  {
128
128
 
129
- k.x2 = float.Parse(textBox1.Text);
129
+ k.x2 = float.Parse(textBox3.Text);
130
130
 
131
131
  }
132
132
 
@@ -136,7 +136,7 @@
136
136
 
137
137
  {
138
138
 
139
- k.y2 = float.Parse(textBox1.Text);
139
+ k.y2 = float.Parse(textBox4.Text);
140
140
 
141
141
  pictureBox1.Invalidate();
142
142