質問編集履歴

4

画像追加

2018/02/21 03:13

投稿

yaneuranoneko
yaneuranoneko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ![![イメージ説明](837262a051d76a8358973e34d8e127e4.png)](5f2310e343988a9cf0bf09ce22393e1d.png)Visual Studio 2017を使用しています。
1
+ ![イメージ説明](b03bf0afb4b6b638aa93c3768a4eae46.png)![![イメージ説明](837262a051d76a8358973e34d8e127e4.png)](5f2310e343988a9cf0bf09ce22393e1d.png)Visual Studio 2017を使用しています。
2
2
 
3
3
  以下のコードでダイアログを表示しているんですが、
4
4
 

3

画像追加

2018/02/21 03:13

投稿

yaneuranoneko
yaneuranoneko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- Visual Studio 2017を使用しています。
1
+ ![![イメージ説明](837262a051d76a8358973e34d8e127e4.png)](5f2310e343988a9cf0bf09ce22393e1d.png)Visual Studio 2017を使用しています。
2
2
 
3
3
  以下のコードでダイアログを表示しているんですが、
4
4
 

2

ソースコード部分を修正

2018/02/21 03:11

投稿

yaneuranoneko
yaneuranoneko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```C#
16
16
 
17
- public void Task_Dialog()
17
+ public void button1_Click(object sender, EventArgs e)
18
18
 
19
19
  {
20
20
 
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- private void Task_Dialog_Opened(object sender, EventArgs e)
55
+ public void Task_Dialog_Opened(object sender, EventArgs e)
56
56
 
57
57
  {
58
58
 

1

ソースコードの修正

2018/02/21 03:09

投稿

yaneuranoneko
yaneuranoneko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,10 @@
13
13
 
14
14
 
15
15
  ```C#
16
+
17
+ public void Task_Dialog()
18
+
19
+ {
16
20
 
17
21
  string flag = error;
18
22
 
@@ -44,6 +48,8 @@
44
48
 
45
49
  }
46
50
 
51
+ }
52
+
47
53
 
48
54
 
49
55
  private void Task_Dialog_Opened(object sender, EventArgs e)