回答編集履歴
1
見直しキャンペーン中
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
MainにSTAThread属性をつけてください。
|
1
|
+
MainにSTAThread属性をつけてください。
|
2
|
-
```
|
2
|
+
```cs
|
3
|
-
[STAThread]
|
3
|
+
[STAThread]
|
4
|
-
static void Main(string[] args)
|
4
|
+
static void Main(string[] args)
|
5
|
-
```
|
5
|
+
```
|
6
|
-
|
6
|
+
|
7
7
|
[STAThreadAttribute クラス (System) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.stathreadattribute)
|