回答編集履歴
1
Resultおおおおおおおおお
answer
CHANGED
@@ -48,5 +48,5 @@
|
|
48
48
|
|
49
49
|
次のように使えるはずです。
|
50
50
|
```lang-csharp
|
51
|
-
var result = AutoClosingMessageBox.Show("text", "caption", 1000);
|
51
|
+
var result = AutoClosingMessageBox.Show("text", "caption", 1000).Result;
|
52
52
|
```
|