回答編集履歴

1

誤字脱字の修正

2015/04/23 08:27

投稿

htsign
htsign

スコア870

test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  {
38
38
 
39
- // 表示する画像を切り替える感覚を指定します。単位は秒。
39
+ // 表示する画像を切り替える間隔を指定します。単位は秒。
40
40
 
41
41
  private const int ChangingPictureInterval = 5;
42
42
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  {
58
58
 
59
- this.InitializeComponents();
59
+ this.InitializeComponent();
60
60
 
61
61
  }
62
62
 
@@ -86,7 +86,7 @@
86
86
 
87
87
 
88
88
 
89
- private void SetQuitHander(Control control)
89
+ private void SetQuitHandler(Control control)
90
90
 
91
91
  {
92
92
 
@@ -134,7 +134,7 @@
134
134
 
135
135
 
136
136
 
137
- this.SetQuitHander(pictureBox);
137
+ this.SetQuitHandler(pictureBox);
138
138
 
139
139
  }
140
140
 
@@ -156,7 +156,7 @@
156
156
 
157
157
 
158
158
 
159
- private void InitializeComponents()
159
+ private void InitializeComponent()
160
160
 
161
161
  {
162
162