Added Headings to clipboard for PROMS QA process

Limit Word-Wrap fix to paragraphs that have Prestige Elite Tall font
This commit is contained in:
Rich
2012-05-29 10:42:33 +00:00
parent 3f113dc9c5
commit 604c39a5c0
3 changed files with 22 additions and 11 deletions

View File

@@ -451,6 +451,10 @@ namespace Sync
}
try
{
sb.Append("\r\nInternal Release:\r\n");
sb.Append("\r\nExternal Release:\r\n");
sb.Append("\r\nTesting Performed:\r\n");
sb.Append("\r\nTesting Requirements:\r\n");
Clipboard.Clear();
Clipboard.SetText(sb.ToString());
MessageBox.Show(sb.ToString(), "Copied to Clipboard", MessageBoxButtons.OK, MessageBoxIcon.Information);