回答編集履歴
1
見直しキャンペーン中
test
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
`Settings.settings`で`hoge`が文字列で設定しているなら、
|
2
|
-
|
3
|
-
```
|
2
|
+
```cs
|
4
|
-
|
5
3
|
c.Text = (string)Properties.Settings.Default[aaa];
|
6
|
-
|
7
4
|
```
|
8
|
-
|
9
5
|
でOKです。
|