質問編集履歴
1
変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
Windows Forms、開発環境はVisual Studioとなります。
|
9
9
|
|
10
|
-
|
10
|
+
```
|
11
11
|
Private Sub Button15_Click(sender As Object, e As EventArgs) Handles Button15.Click
|
12
12
|
|
13
13
|
'変数宣言
|
@@ -68,4 +68,4 @@
|
|
68
68
|
ex.Quit()
|
69
69
|
|
70
70
|
End Sub
|
71
|
-
|
71
|
+
```
|