回答編集履歴
1
‐
answer
CHANGED
@@ -76,7 +76,7 @@
|
|
76
76
|
StringBuilder sb = new StringBuilder();
|
77
77
|
sb.AppendLine("Title:" + doc.Title);
|
78
78
|
sb.AppendLine("Url:" + doc.url);
|
79
|
-
MessageBox.Show(sb.ToString(), "
|
79
|
+
MessageBox.Show(sb.ToString(), "Ante-Mode", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
80
80
|
this.NoneFlg = true;
|
81
81
|
}
|
82
82
|
}
|