|
|
От: |
Pavel M.
|
|
| Дата: | 13.12.06 15:08 | ||
| Оценка: | |||
PM>ExternalException
PM> The Clipboard could not be cleared. This typically occurs when the Clipboard is being used by another process.
PM> if (Clipboard.ContainsText())
{
String clipboardData = Clipboard.GetText();
Clipboard.SetDataObject(signer.SignXml(clipboardData), false, 100, 10);
}