回答編集履歴
2
追記
answer
CHANGED
@@ -2,4 +2,6 @@
|
|
2
2
|
|
3
3
|
を追加しましょう
|
4
4
|
|
5
|
-
[Control クラス (System.Windows.Forms) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.forms.control?view=net-5.0)
|
5
|
+
[Control クラス (System.Windows.Forms) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.forms.control?view=net-5.0)
|
6
|
+
|
7
|
+
> 名前空間: System.Windows.Forms
|
1
teratailのバグ
answer
CHANGED
@@ -1,3 +1,5 @@
|
|
1
1
|
using System.Windows.Forms;
|
2
2
|
|
3
|
-
を追加しましょう
|
3
|
+
を追加しましょう
|
4
|
+
|
5
|
+
[Control クラス (System.Windows.Forms) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.forms.control?view=net-5.0)
|