質問するログイン新規登録

質問編集履歴

1

誤字

2015/10/01 06:59

投稿

fender0131
fender0131

スコア121

title CHANGED
File without changes
body CHANGED
@@ -57,17 +57,17 @@
57
57
 
58
58
  private void textBox2_TextChanged(object sender, EventArgs e)
59
59
  {
60
- k.y1 = float.Parse(textBox1.Text);
60
+ k.y1 = float.Parse(textBox2.Text);
61
61
  }
62
62
 
63
63
  private void textBox3_TextChanged(object sender, EventArgs e)
64
64
  {
65
- k.x2 = float.Parse(textBox1.Text);
65
+ k.x2 = float.Parse(textBox3.Text);
66
66
  }
67
67
 
68
68
  private void textBox4_TextChanged(object sender, EventArgs e)
69
69
  {
70
- k.y2 = float.Parse(textBox1.Text);
70
+ k.y2 = float.Parse(textBox4.Text);
71
71
  pictureBox1.Invalidate();
72
72
  }
73
73